pypureclient.flasharray.FA_2_34.models package

Submodules

pypureclient.flasharray.FA_2_34.models.active_directory module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.active_directory.ActiveDirectory(*, name: Optional[StrictStr] = None, computer_name: Optional[StrictStr] = None, directory_servers: Optional[ConstrainedListValue[StrictStr]] = None, domain: Optional[StrictStr] = None, kerberos_servers: Optional[ConstrainedListValue[StrictStr]] = None, tls: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
computer_name: Optional[StrictStr]
directory_servers: Optional[ConstrainedListValue[StrictStr]]
domain: Optional[StrictStr]
classmethod from_dict(obj: dict) ActiveDirectory

Create an instance of ActiveDirectory from a dict

classmethod from_json(json_str: str) ActiveDirectory

Create an instance of ActiveDirectory from a JSON string

kerberos_servers: Optional[ConstrainedListValue[StrictStr]]
name: Optional[StrictStr]
tls: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.active_directory_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.active_directory_get_response.ActiveDirectoryGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ActiveDirectory]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ActiveDirectoryGetResponse

Create an instance of ActiveDirectoryGetResponse from a dict

classmethod from_json(json_str: str) ActiveDirectoryGetResponse

Create an instance of ActiveDirectoryGetResponse from a JSON string

items: Optional[ConstrainedListValue[ActiveDirectory]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.active_directory_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.active_directory_patch.ActiveDirectoryPatch(*, tls: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ActiveDirectoryPatch

Create an instance of ActiveDirectoryPatch from a dict

classmethod from_json(json_str: str) ActiveDirectoryPatch

Create an instance of ActiveDirectoryPatch from a JSON string

tls: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.active_directory_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.active_directory_post.ActiveDirectoryPost(*, computer_name: Optional[StrictStr] = None, directory_servers: Optional[ConstrainedListValue[StrictStr]] = None, domain: Optional[StrictStr] = None, join_ou: Optional[StrictStr] = None, kerberos_servers: Optional[ConstrainedListValue[StrictStr]] = None, password: Optional[StrictStr] = None, tls: Optional[StrictStr] = None, user: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
computer_name: Optional[StrictStr]
directory_servers: Optional[ConstrainedListValue[StrictStr]]
domain: Optional[StrictStr]
classmethod from_dict(obj: dict) ActiveDirectoryPost

Create an instance of ActiveDirectoryPost from a dict

classmethod from_json(json_str: str) ActiveDirectoryPost

Create an instance of ActiveDirectoryPost from a JSON string

join_ou: Optional[StrictStr]
kerberos_servers: Optional[ConstrainedListValue[StrictStr]]
password: Optional[StrictStr]
tls: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.active_directory_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.active_directory_response.ActiveDirectoryResponse(*, items: Optional[ConstrainedListValue[ActiveDirectory]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ActiveDirectoryResponse

Create an instance of ActiveDirectoryResponse from a dict

classmethod from_json(json_str: str) ActiveDirectoryResponse

Create an instance of ActiveDirectoryResponse from a JSON string

items: Optional[ConstrainedListValue[ActiveDirectory]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin.Admin(*, name: Optional[StrictStr] = None, api_token: Optional[ApiToken] = None, is_local: Optional[StrictBool] = None, locked: Optional[StrictBool] = None, lockout_remaining: Optional[StrictInt] = None, password: Optional[StrictStr] = None, public_key: Optional[StrictStr] = None, role: Optional[AdminRole] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
api_token: Optional[ApiToken]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Admin

Create an instance of Admin from a dict

classmethod from_json(json_str: str) Admin

Create an instance of Admin from a JSON string

is_local: Optional[StrictBool]
locked: Optional[StrictBool]
lockout_remaining: Optional[StrictInt]
name: Optional[StrictStr]
password: Optional[StrictStr]
public_key: Optional[StrictStr]
role: Optional[AdminRole]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_api_token module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_api_token.AdminApiToken(*, name: Optional[StrictStr] = None, api_token: Optional[ApiToken] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
api_token: Optional[ApiToken]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminApiToken

Create an instance of AdminApiToken from a dict

classmethod from_json(json_str: str) AdminApiToken

Create an instance of AdminApiToken from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_api_token_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_api_token_get_response.AdminApiTokenGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AdminApiToken]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AdminApiTokenGetResponse

Create an instance of AdminApiTokenGetResponse from a dict

classmethod from_json(json_str: str) AdminApiTokenGetResponse

Create an instance of AdminApiTokenGetResponse from a JSON string

items: Optional[ConstrainedListValue[AdminApiToken]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.admin_api_token_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_api_token_response.AdminApiTokenResponse(*, items: Optional[ConstrainedListValue[AdminApiToken]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminApiTokenResponse

Create an instance of AdminApiTokenResponse from a dict

classmethod from_json(json_str: str) AdminApiTokenResponse

Create an instance of AdminApiTokenResponse from a JSON string

items: Optional[ConstrainedListValue[AdminApiToken]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_cache module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_cache.AdminCache(*, name: Optional[StrictStr] = None, cached_at: Optional[StrictInt] = None, role: Optional[AdminRole] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
cached_at: Optional[StrictInt]
classmethod from_dict(obj: dict) AdminCache

Create an instance of AdminCache from a dict

classmethod from_json(json_str: str) AdminCache

Create an instance of AdminCache from a JSON string

name: Optional[StrictStr]
role: Optional[AdminRole]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_cache_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_cache_get_response.AdminCacheGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AdminCache]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AdminCacheGetResponse

Create an instance of AdminCacheGetResponse from a dict

classmethod from_json(json_str: str) AdminCacheGetResponse

Create an instance of AdminCacheGetResponse from a JSON string

items: Optional[ConstrainedListValue[AdminCache]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.admin_cache_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_cache_response.AdminCacheResponse(*, items: Optional[ConstrainedListValue[AdminCache]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminCacheResponse

Create an instance of AdminCacheResponse from a dict

classmethod from_json(json_str: str) AdminCacheResponse

Create an instance of AdminCacheResponse from a JSON string

items: Optional[ConstrainedListValue[AdminCache]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_get_response.AdminGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Admin]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AdminGetResponse

Create an instance of AdminGetResponse from a dict

classmethod from_json(json_str: str) AdminGetResponse

Create an instance of AdminGetResponse from a JSON string

items: Optional[ConstrainedListValue[Admin]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.admin_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_patch.AdminPatch(*, name: Optional[StrictStr] = None, api_token: Optional[ApiToken] = None, is_local: Optional[StrictBool] = None, locked: Optional[StrictBool] = None, lockout_remaining: Optional[StrictInt] = None, password: Optional[StrictStr] = None, public_key: Optional[StrictStr] = None, role: Optional[AdminRole] = None, old_password: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
api_token: Optional[ApiToken]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminPatch

Create an instance of AdminPatch from a dict

classmethod from_json(json_str: str) AdminPatch

Create an instance of AdminPatch from a JSON string

is_local: Optional[StrictBool]
locked: Optional[StrictBool]
lockout_remaining: Optional[StrictInt]
name: Optional[StrictStr]
old_password: Optional[StrictStr]
password: Optional[StrictStr]
public_key: Optional[StrictStr]
role: Optional[AdminRole]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_post.AdminPost(*, password: Optional[StrictStr] = None, role: Optional[AdminRole] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminPost

Create an instance of AdminPost from a dict

classmethod from_json(json_str: str) AdminPost

Create an instance of AdminPost from a JSON string

password: Optional[StrictStr]
role: Optional[AdminRole]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_response.AdminResponse(*, items: Optional[ConstrainedListValue[Admin]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminResponse

Create an instance of AdminResponse from a dict

classmethod from_json(json_str: str) AdminResponse

Create an instance of AdminResponse from a JSON string

items: Optional[ConstrainedListValue[Admin]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_role module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_role.AdminRole(*, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminRole

Create an instance of AdminRole from a dict

classmethod from_json(json_str: str) AdminRole

Create an instance of AdminRole from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_settings module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_settings.AdminSettings(*, lockout_duration: Optional[ConstrainedIntValue] = None, max_login_attempts: Optional[ConstrainedIntValue] = None, min_password_length: Optional[StrictInt] = None, required_authentication_methods: Optional[AdminSettingsRequiredAuthenticationMethods] = None, single_sign_on_enabled: Optional[StrictBool] = None)

Bases: BaseModel

Global settings for administrative accounts. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminSettings

Create an instance of AdminSettings from a dict

classmethod from_json(json_str: str) AdminSettings

Create an instance of AdminSettings from a JSON string

lockout_duration: Optional[ConstrainedIntValue]
max_login_attempts: Optional[ConstrainedIntValue]
min_password_length: Optional[StrictInt]
required_authentication_methods: Optional[AdminSettingsRequiredAuthenticationMethods]
single_sign_on_enabled: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.admin_settings_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_settings_get_response.AdminSettingsGetResponse(*, items: Optional[ConstrainedListValue[AdminSettings]] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminSettingsGetResponse

Create an instance of AdminSettingsGetResponse from a dict

classmethod from_json(json_str: str) AdminSettingsGetResponse

Create an instance of AdminSettingsGetResponse from a JSON string

items: Optional[ConstrainedListValue[AdminSettings]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.admin_settings_required_authentication_methods module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_settings_required_authentication_methods.AdminSettingsRequiredAuthenticationMethods(*, ssh: Optional[ConstrainedListValue[StrictStr]] = None, web_ui: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

Authentication methods that are required for the array on specific user interfaces. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminSettingsRequiredAuthenticationMethods

Create an instance of AdminSettingsRequiredAuthenticationMethods from a dict

classmethod from_json(json_str: str) AdminSettingsRequiredAuthenticationMethods

Create an instance of AdminSettingsRequiredAuthenticationMethods from a JSON string

ssh: Optional[ConstrainedListValue[StrictStr]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

web_ui: Optional[ConstrainedListValue[StrictStr]]

pypureclient.flasharray.FA_2_34.models.admin_settings_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.admin_settings_response.AdminSettingsResponse(*, items: Optional[ConstrainedListValue[AdminSettings]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AdminSettingsResponse

Create an instance of AdminSettingsResponse from a dict

classmethod from_json(json_str: str) AdminSettingsResponse

Create an instance of AdminSettingsResponse from a JSON string

items: Optional[ConstrainedListValue[AdminSettings]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.aggregate_replication_performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.aggregate_replication_performance.AggregateReplicationPerformance(*, bytes_per_sec: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_sec: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) AggregateReplicationPerformance

Create an instance of AggregateReplicationPerformance from a dict

classmethod from_json(json_str: str) AggregateReplicationPerformance

Create an instance of AggregateReplicationPerformance from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert.Alert(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, actual: Optional[StrictStr] = None, category: Optional[StrictStr] = None, closed: Optional[StrictInt] = None, code: Optional[StrictInt] = None, component_name: Optional[StrictStr] = None, component_type: Optional[StrictStr] = None, created: Optional[StrictInt] = None, description: Optional[StrictStr] = None, expected: Optional[StrictStr] = None, flagged: Optional[StrictBool] = None, issue: Optional[StrictStr] = None, knowledge_base_url: Optional[StrictStr] = None, notified: Optional[StrictInt] = None, severity: Optional[StrictStr] = None, state: Optional[StrictStr] = None, summary: Optional[StrictStr] = None, updated: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
actual: Optional[StrictStr]
as_request_dict() Dict[str, Any]
category: Optional[StrictStr]
closed: Optional[StrictInt]
code: Optional[StrictInt]
component_name: Optional[StrictStr]
component_type: Optional[StrictStr]
created: Optional[StrictInt]
description: Optional[StrictStr]
expected: Optional[StrictStr]
flagged: Optional[StrictBool]
classmethod from_dict(obj: dict) Alert

Create an instance of Alert from a dict

classmethod from_json(json_str: str) Alert

Create an instance of Alert from a JSON string

id: Optional[StrictStr]
issue: Optional[StrictStr]
knowledge_base_url: Optional[StrictStr]
name: Optional[StrictStr]
notified: Optional[StrictInt]
severity: Optional[StrictStr]
state: Optional[StrictStr]
summary: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

updated: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.alert_event module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_event.AlertEvent(*, name: Optional[StrictStr] = None, actual: Optional[StrictStr] = None, alert: Optional[FixedReference] = None, code: Optional[StrictInt] = None, component_name: Optional[StrictStr] = None, component_type: Optional[StrictStr] = None, created: Optional[StrictInt] = None, expected: Optional[StrictStr] = None, issue: Optional[StrictStr] = None, knowledge_base_url: Optional[StrictStr] = None, severity: Optional[StrictStr] = None, state: Optional[StrictStr] = None, summary: Optional[StrictStr] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
actual: Optional[StrictStr]
alert: Optional[FixedReference]
as_request_dict() Dict[str, Any]
code: Optional[StrictInt]
component_name: Optional[StrictStr]
component_type: Optional[StrictStr]
created: Optional[StrictInt]
expected: Optional[StrictStr]
classmethod from_dict(obj: dict) AlertEvent

Create an instance of AlertEvent from a dict

classmethod from_json(json_str: str) AlertEvent

Create an instance of AlertEvent from a JSON string

issue: Optional[StrictStr]
knowledge_base_url: Optional[StrictStr]
name: Optional[StrictStr]
severity: Optional[StrictStr]
state: Optional[StrictStr]
summary: Optional[StrictStr]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert_event_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_event_get_response.AlertEventGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AlertEvent]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AlertEventGetResponse

Create an instance of AlertEventGetResponse from a dict

classmethod from_json(json_str: str) AlertEventGetResponse

Create an instance of AlertEventGetResponse from a JSON string

items: Optional[ConstrainedListValue[AlertEvent]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.alert_event_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_event_response.AlertEventResponse(*, items: Optional[ConstrainedListValue[AlertEvent]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AlertEventResponse

Create an instance of AlertEventResponse from a dict

classmethod from_json(json_str: str) AlertEventResponse

Create an instance of AlertEventResponse from a JSON string

items: Optional[ConstrainedListValue[AlertEvent]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_get_response.AlertGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Alert]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AlertGetResponse

Create an instance of AlertGetResponse from a dict

classmethod from_json(json_str: str) AlertGetResponse

Create an instance of AlertGetResponse from a JSON string

items: Optional[ConstrainedListValue[Alert]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.alert_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_response.AlertResponse(*, items: Optional[ConstrainedListValue[Alert]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AlertResponse

Create an instance of AlertResponse from a dict

classmethod from_json(json_str: str) AlertResponse

Create an instance of AlertResponse from a JSON string

items: Optional[ConstrainedListValue[Alert]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert_rules module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_rules.AlertRules(*, code: Optional[StrictInt] = None, parameter: Optional[StrictStr] = None, value: Optional[StrictStr] = None)

Bases: BaseModel

Custom rules for alerts. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
code: Optional[StrictInt]
classmethod from_dict(obj: dict) AlertRules

Create an instance of AlertRules from a dict

classmethod from_json(json_str: str) AlertRules

Create an instance of AlertRules from a JSON string

parameter: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

value: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.alert_rules_catalog module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_rules_catalog.AlertRulesCatalog(*, allowed_values: Optional[StrictStr] = None, code: Optional[StrictInt] = None, default_value: Optional[StrictStr] = None, parameter: Optional[StrictStr] = None, subject: Optional[StrictStr] = None)

Bases: BaseModel

Available alerts for customization # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
allowed_values: Optional[StrictStr]
as_request_dict() Dict[str, Any]
code: Optional[StrictInt]
default_value: Optional[StrictStr]
classmethod from_dict(obj: dict) AlertRulesCatalog

Create an instance of AlertRulesCatalog from a dict

classmethod from_json(json_str: str) AlertRulesCatalog

Create an instance of AlertRulesCatalog from a JSON string

parameter: Optional[StrictStr]
subject: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert_rules_catalog_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_rules_catalog_get_response.AlertRulesCatalogGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AlertRulesCatalog]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AlertRulesCatalogGetResponse

Create an instance of AlertRulesCatalogGetResponse from a dict

classmethod from_json(json_str: str) AlertRulesCatalogGetResponse

Create an instance of AlertRulesCatalogGetResponse from a JSON string

items: Optional[ConstrainedListValue[AlertRulesCatalog]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.alert_rules_catalog_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_rules_catalog_response.AlertRulesCatalogResponse(*, items: Optional[ConstrainedListValue[AlertRulesCatalog]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AlertRulesCatalogResponse

Create an instance of AlertRulesCatalogResponse from a dict

classmethod from_json(json_str: str) AlertRulesCatalogResponse

Create an instance of AlertRulesCatalogResponse from a JSON string

items: Optional[ConstrainedListValue[AlertRulesCatalog]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert_rules_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_rules_get_response.AlertRulesGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AlertRules]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AlertRulesGetResponse

Create an instance of AlertRulesGetResponse from a dict

classmethod from_json(json_str: str) AlertRulesGetResponse

Create an instance of AlertRulesGetResponse from a JSON string

items: Optional[ConstrainedListValue[AlertRules]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.alert_rules_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_rules_response.AlertRulesResponse(*, items: Optional[ConstrainedListValue[AlertRules]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AlertRulesResponse

Create an instance of AlertRulesResponse from a dict

classmethod from_json(json_str: str) AlertRulesResponse

Create an instance of AlertRulesResponse from a JSON string

items: Optional[ConstrainedListValue[AlertRules]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert_watcher module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_watcher.AlertWatcher(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) AlertWatcher

Create an instance of AlertWatcher from a dict

classmethod from_json(json_str: str) AlertWatcher

Create an instance of AlertWatcher from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert_watcher_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_watcher_get_response.AlertWatcherGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AlertWatcher]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AlertWatcherGetResponse

Create an instance of AlertWatcherGetResponse from a dict

classmethod from_json(json_str: str) AlertWatcherGetResponse

Create an instance of AlertWatcherGetResponse from a JSON string

items: Optional[ConstrainedListValue[AlertWatcher]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.alert_watcher_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_watcher_patch.AlertWatcherPatch(*, enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) AlertWatcherPatch

Create an instance of AlertWatcherPatch from a dict

classmethod from_json(json_str: str) AlertWatcherPatch

Create an instance of AlertWatcherPatch from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert_watcher_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_watcher_post.AlertWatcherPost(*, enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) AlertWatcherPost

Create an instance of AlertWatcherPost from a dict

classmethod from_json(json_str: str) AlertWatcherPost

Create an instance of AlertWatcherPost from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.alert_watcher_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.alert_watcher_response.AlertWatcherResponse(*, items: Optional[ConstrainedListValue[AlertWatcher]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AlertWatcherResponse

Create an instance of AlertWatcherResponse from a dict

classmethod from_json(json_str: str) AlertWatcherResponse

Create an instance of AlertWatcherResponse from a JSON string

items: Optional[ConstrainedListValue[AlertWatcher]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.api_client module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.api_client.ApiClient(*, access_token_ttl_in_ms: Optional[StrictInt] = None, enabled: Optional[StrictBool] = None, id: Optional[StrictStr] = None, issuer: Optional[StrictStr] = None, key_id: Optional[StrictStr] = None, max_role: Optional[StrictStr] = None, name: Optional[StrictStr] = None, public_key: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access_token_ttl_in_ms: Optional[StrictInt]
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) ApiClient

Create an instance of ApiClient from a dict

classmethod from_json(json_str: str) ApiClient

Create an instance of ApiClient from a JSON string

id: Optional[StrictStr]
issuer: Optional[StrictStr]
key_id: Optional[StrictStr]
max_role: Optional[StrictStr]
name: Optional[StrictStr]
public_key: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.api_client_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.api_client_get_response.ApiClientGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ApiClient]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ApiClientGetResponse

Create an instance of ApiClientGetResponse from a dict

classmethod from_json(json_str: str) ApiClientGetResponse

Create an instance of ApiClientGetResponse from a JSON string

items: Optional[ConstrainedListValue[ApiClient]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.api_client_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.api_client_patch.ApiClientPatch(*, enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) ApiClientPatch

Create an instance of ApiClientPatch from a dict

classmethod from_json(json_str: str) ApiClientPatch

Create an instance of ApiClientPatch from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.api_client_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.api_client_post.ApiClientPost(*, access_token_ttl_in_ms: Optional[StrictInt] = None, issuer: Optional[StrictStr] = None, max_role: Optional[StrictStr] = None, public_key: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access_token_ttl_in_ms: Optional[StrictInt]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ApiClientPost

Create an instance of ApiClientPost from a dict

classmethod from_json(json_str: str) ApiClientPost

Create an instance of ApiClientPost from a JSON string

issuer: Optional[StrictStr]
max_role: Optional[StrictStr]
public_key: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.api_client_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.api_client_response.ApiClientResponse(*, items: Optional[ConstrainedListValue[ApiClient]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ApiClientResponse

Create an instance of ApiClientResponse from a dict

classmethod from_json(json_str: str) ApiClientResponse

Create an instance of ApiClientResponse from a JSON string

items: Optional[ConstrainedListValue[ApiClient]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.api_token module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.api_token.ApiToken(*, created_at: Optional[StrictInt] = None, expires_at: Optional[StrictInt] = None, token: Optional[StrictStr] = None)

Bases: BaseModel

API token # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created_at: Optional[StrictInt]
expires_at: Optional[StrictInt]
classmethod from_dict(obj: dict) ApiToken

Create an instance of ApiToken from a dict

classmethod from_json(json_str: str) ApiToken

Create an instance of ApiToken from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

token: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.api_version_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.api_version_response.ApiVersionResponse(*, version: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ApiVersionResponse

Create an instance of ApiVersionResponse from a dict

classmethod from_json(json_str: str) ApiVersionResponse

Create an instance of ApiVersionResponse from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

version: Optional[ConstrainedListValue[StrictStr]]

pypureclient.flasharray.FA_2_34.models.app module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.app.App(*, name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, details: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, status: Optional[StrictStr] = None, version: Optional[StrictStr] = None, vnc_enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
description: Optional[StrictStr]
details: Optional[StrictStr]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) App

Create an instance of App from a dict

classmethod from_json(json_str: str) App

Create an instance of App from a JSON string

name: Optional[StrictStr]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

version: Optional[StrictStr]
vnc_enabled: Optional[StrictBool]

pypureclient.flasharray.FA_2_34.models.app_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.app_get_response.AppGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[App]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AppGetResponse

Create an instance of AppGetResponse from a dict

classmethod from_json(json_str: str) AppGetResponse

Create an instance of AppGetResponse from a JSON string

items: Optional[ConstrainedListValue[App]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.app_node module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.app_node.AppNode(*, app: Optional[FixedReference] = None, index: Optional[StrictInt] = None, status: Optional[StrictStr] = None, version: Optional[StrictStr] = None, vnc: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

An individual node of a Purity app. Nodes are indexed starting at 0. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
app: Optional[FixedReference]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AppNode

Create an instance of AppNode from a dict

classmethod from_json(json_str: str) AppNode

Create an instance of AppNode from a JSON string

index: Optional[StrictInt]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

version: Optional[StrictStr]
vnc: Optional[ConstrainedListValue[StrictStr]]

pypureclient.flasharray.FA_2_34.models.app_node_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.app_node_get_response.AppNodeGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[AppNode]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AppNodeGetResponse

Create an instance of AppNodeGetResponse from a dict

classmethod from_json(json_str: str) AppNodeGetResponse

Create an instance of AppNodeGetResponse from a JSON string

items: Optional[ConstrainedListValue[AppNode]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.app_node_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.app_node_response.AppNodeResponse(*, items: Optional[ConstrainedListValue[AppNode]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AppNodeResponse

Create an instance of AppNodeResponse from a dict

classmethod from_json(json_str: str) AppNodeResponse

Create an instance of AppNodeResponse from a JSON string

items: Optional[ConstrainedListValue[AppNode]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.app_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.app_response.AppResponse(*, items: Optional[ConstrainedListValue[App]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AppResponse

Create an instance of AppResponse from a dict

classmethod from_json(json_str: str) AppResponse

Create an instance of AppResponse from a JSON string

items: Optional[ConstrainedListValue[App]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_connection module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection.ArrayConnection(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, encryption: Optional[StrictStr] = None, encryption_mode: Optional[StrictStr] = None, management_address: Optional[StrictStr] = None, replication_addresses: Optional[ConstrainedListValue[StrictStr]] = None, replication_transport: Optional[StrictStr] = None, status: Optional[StrictStr] = None, throttle: Optional[Throttle] = None, type: Optional[StrictStr] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
encryption: Optional[StrictStr]
encryption_mode: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayConnection

Create an instance of ArrayConnection from a dict

classmethod from_json(json_str: str) ArrayConnection

Create an instance of ArrayConnection from a JSON string

id: Optional[StrictStr]
management_address: Optional[StrictStr]
name: Optional[StrictStr]
replication_addresses: Optional[ConstrainedListValue[StrictStr]]
replication_transport: Optional[StrictStr]
status: Optional[StrictStr]
throttle: Optional[Throttle]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]
version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.array_connection_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection_get_response.ArrayConnectionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayConnection]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayConnectionGetResponse

Create an instance of ArrayConnectionGetResponse from a dict

classmethod from_json(json_str: str) ArrayConnectionGetResponse

Create an instance of ArrayConnectionGetResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayConnection]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.array_connection_key module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection_key.ArrayConnectionKey(*, connection_key: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
connection_key: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayConnectionKey

Create an instance of ArrayConnectionKey from a dict

classmethod from_json(json_str: str) ArrayConnectionKey

Create an instance of ArrayConnectionKey from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_connection_key_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection_key_get_response.ArrayConnectionKeyGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayConnectionKey]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayConnectionKeyGetResponse

Create an instance of ArrayConnectionKeyGetResponse from a dict

classmethod from_json(json_str: str) ArrayConnectionKeyGetResponse

Create an instance of ArrayConnectionKeyGetResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayConnectionKey]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.array_connection_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection_patch.ArrayConnectionPatch(*, default_limit: Optional[StrictInt] = None, window: Optional[TimeWindow] = None, window_limit: Optional[StrictInt] = None, connection_key: Optional[StrictStr] = None, encryption: Optional[StrictStr] = None, management_address: Optional[StrictStr] = None, replication_addresses: Optional[ConstrainedListValue[StrictStr]] = None, throttle: Optional[Throttle] = None, type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
connection_key: Optional[StrictStr]
default_limit: Optional[StrictInt]
encryption: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayConnectionPatch

Create an instance of ArrayConnectionPatch from a dict

classmethod from_json(json_str: str) ArrayConnectionPatch

Create an instance of ArrayConnectionPatch from a JSON string

management_address: Optional[StrictStr]
replication_addresses: Optional[ConstrainedListValue[StrictStr]]
throttle: Optional[Throttle]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]
window: Optional[TimeWindow]
window_limit: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.array_connection_path module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection_path.ArrayConnectionPath(*, name: Optional[StrictStr] = None, encryption: Optional[StrictStr] = None, encryption_mode: Optional[StrictStr] = None, local_address: Optional[StrictStr] = None, local_port: Optional[StrictStr] = None, remote_address: Optional[StrictStr] = None, remote_port: Optional[StrictStr] = None, replication_transport: Optional[StrictStr] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
encryption: Optional[StrictStr]
encryption_mode: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayConnectionPath

Create an instance of ArrayConnectionPath from a dict

classmethod from_json(json_str: str) ArrayConnectionPath

Create an instance of ArrayConnectionPath from a JSON string

local_address: Optional[StrictStr]
local_port: Optional[StrictStr]
name: Optional[StrictStr]
remote_address: Optional[StrictStr]
remote_port: Optional[StrictStr]
replication_transport: Optional[StrictStr]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_connection_path_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection_path_get_response.ArrayConnectionPathGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayConnectionPath]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayConnectionPathGetResponse

Create an instance of ArrayConnectionPathGetResponse from a dict

classmethod from_json(json_str: str) ArrayConnectionPathGetResponse

Create an instance of ArrayConnectionPathGetResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayConnectionPath]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.array_connection_path_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection_path_response.ArrayConnectionPathResponse(*, items: Optional[ConstrainedListValue[ArrayConnectionPath]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ArrayConnectionPathResponse

Create an instance of ArrayConnectionPathResponse from a dict

classmethod from_json(json_str: str) ArrayConnectionPathResponse

Create an instance of ArrayConnectionPathResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayConnectionPath]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_connection_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection_post.ArrayConnectionPost(*, connection_key: Optional[StrictStr] = None, encryption: Optional[StrictStr] = None, management_address: Optional[StrictStr] = None, replication_addresses: Optional[ConstrainedListValue[StrictStr]] = None, replication_transport: Optional[StrictStr] = None, type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
connection_key: Optional[StrictStr]
encryption: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayConnectionPost

Create an instance of ArrayConnectionPost from a dict

classmethod from_json(json_str: str) ArrayConnectionPost

Create an instance of ArrayConnectionPost from a JSON string

management_address: Optional[StrictStr]
replication_addresses: Optional[ConstrainedListValue[StrictStr]]
replication_transport: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.array_connection_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_connection_response.ArrayConnectionResponse(*, items: Optional[ConstrainedListValue[ArrayConnection]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ArrayConnectionResponse

Create an instance of ArrayConnectionResponse from a dict

classmethod from_json(json_str: str) ArrayConnectionResponse

Create an instance of ArrayConnectionResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayConnection]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_encryption module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_encryption.ArrayEncryption(*, data_at_rest: Optional[ArrayencryptionDataAtRest] = None, module_version: Optional[StrictStr] = None)

Bases: BaseModel

If the user does not have sufficient access, all fields will return null. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
data_at_rest: Optional[ArrayencryptionDataAtRest]
classmethod from_dict(obj: dict) ArrayEncryption

Create an instance of ArrayEncryption from a dict

classmethod from_json(json_str: str) ArrayEncryption

Create an instance of ArrayEncryption from a JSON string

module_version: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_erasure module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_erasure.ArrayErasure(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, details: Optional[StrictStr] = None, image_download_progress: Optional[Union[StrictFloat, StrictInt]] = None, image_source: Optional[StrictStr] = None, image_version: Optional[StrictStr] = None, sanitization_certificate: Optional[StrictStr] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayErasure

Create an instance of ArrayErasure from a dict

classmethod from_json(json_str: str) ArrayErasure

Create an instance of ArrayErasure from a JSON string

id: Optional[StrictStr]
image_download_progress: Optional[Union[StrictFloat, StrictInt]]
image_source: Optional[StrictStr]
image_version: Optional[StrictStr]
name: Optional[StrictStr]
sanitization_certificate: Optional[StrictStr]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_erasure_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_erasure_get_response.ArrayErasureGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayErasure]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayErasureGetResponse

Create an instance of ArrayErasureGetResponse from a dict

classmethod from_json(json_str: str) ArrayErasureGetResponse

Create an instance of ArrayErasureGetResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayErasure]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.array_erasure_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_erasure_patch.ArrayErasurePatch(*, image_source: Optional[StrictStr] = None, image_version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ArrayErasurePatch

Create an instance of ArrayErasurePatch from a dict

classmethod from_json(json_str: str) ArrayErasurePatch

Create an instance of ArrayErasurePatch from a JSON string

image_source: Optional[StrictStr]
image_version: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_erasure_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_erasure_response.ArrayErasureResponse(*, items: Optional[ConstrainedListValue[ArrayErasure]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ArrayErasureResponse

Create an instance of ArrayErasureResponse from a dict

classmethod from_json(json_str: str) ArrayErasureResponse

Create an instance of ArrayErasureResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayErasure]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_factory_reset_token module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_factory_reset_token.ArrayFactoryResetToken(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, token: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ArrayFactoryResetToken

Create an instance of ArrayFactoryResetToken from a dict

classmethod from_json(json_str: str) ArrayFactoryResetToken

Create an instance of ArrayFactoryResetToken from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

token: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.array_factory_reset_token_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_factory_reset_token_get_response.ArrayFactoryResetTokenGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayFactoryResetToken]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayFactoryResetTokenGetResponse

Create an instance of ArrayFactoryResetTokenGetResponse from a dict

classmethod from_json(json_str: str) ArrayFactoryResetTokenGetResponse

Create an instance of ArrayFactoryResetTokenGetResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayFactoryResetToken]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.array_factory_reset_token_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_factory_reset_token_response.ArrayFactoryResetTokenResponse(*, items: Optional[ConstrainedListValue[ArrayFactoryResetToken]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ArrayFactoryResetTokenResponse

Create an instance of ArrayFactoryResetTokenResponse from a dict

classmethod from_json(json_str: str) ArrayFactoryResetTokenResponse

Create an instance of ArrayFactoryResetTokenResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayFactoryResetToken]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_get_response.ArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Arrays]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayGetResponse

Create an instance of ArrayGetResponse from a dict

classmethod from_json(json_str: str) ArrayGetResponse

Create an instance of ArrayGetResponse from a JSON string

items: Optional[ConstrainedListValue[Arrays]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.array_performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_performance.ArrayPerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, local_queue_usec_per_op: Optional[ConstrainedIntValue] = None, others_per_sec: Optional[ConstrainedIntValue] = None, queue_depth: Optional[ConstrainedIntValue] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) ArrayPerformance

Create an instance of ArrayPerformance from a dict

classmethod from_json(json_str: str) ArrayPerformance

Create an instance of ArrayPerformance from a JSON string

id: Optional[StrictStr]
local_queue_usec_per_op: Optional[ConstrainedIntValue]
mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
others_per_sec: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_depth: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_other_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.array_performance_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_performance_get_response.ArrayPerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArrayPerformance]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ArrayPerformanceGetResponse

Create an instance of ArrayPerformanceGetResponse from a dict

classmethod from_json(json_str: str) ArrayPerformanceGetResponse

Create an instance of ArrayPerformanceGetResponse from a JSON string

items: Optional[ConstrainedListValue[ArrayPerformance]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.array_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_response.ArrayResponse(*, items: Optional[ConstrainedListValue[Arrays]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ArrayResponse

Create an instance of ArrayResponse from a dict

classmethod from_json(json_str: str) ArrayResponse

Create an instance of ArrayResponse from a JSON string

items: Optional[ConstrainedListValue[Arrays]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_space module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_space.ArraySpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, capacity: Optional[StrictInt] = None, parity: Optional[Union[StrictFloat, StrictInt]] = None, space: Optional[Space] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
capacity: Optional[StrictInt]
classmethod from_dict(obj: dict) ArraySpace

Create an instance of ArraySpace from a dict

classmethod from_json(json_str: str) ArraySpace

Create an instance of ArraySpace from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
parity: Optional[Union[StrictFloat, StrictInt]]
space: Optional[Space]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.array_space_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.array_space_get_response.ArraySpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ArraySpace]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ArraySpaceGetResponse

Create an instance of ArraySpaceGetResponse from a dict

classmethod from_json(json_str: str) ArraySpaceGetResponse

Create an instance of ArraySpaceGetResponse from a JSON string

items: Optional[ConstrainedListValue[ArraySpace]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.arrayencryption_data_at_rest module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.arrayencryption_data_at_rest.ArrayencryptionDataAtRest(*, algorithm: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None)

Bases: BaseModel

Data at rest encryption properties. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
algorithm: Optional[StrictStr]
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) ArrayencryptionDataAtRest

Create an instance of ArrayencryptionDataAtRest from a dict

classmethod from_json(json_str: str) ArrayencryptionDataAtRest

Create an instance of ArrayencryptionDataAtRest from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.arrays module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.arrays.Arrays(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, _as_of: Optional[StrictInt] = None, banner: Optional[StrictStr] = None, capacity: Optional[StrictInt] = None, console_lock_enabled: Optional[StrictBool] = None, encryption: Optional[ArrayEncryption] = None, eradication_config: Optional[EradicationConfig] = None, idle_timeout: Optional[StrictInt] = None, ntp_servers: Optional[ConstrainedListValue[StrictStr]] = None, ntp_symmetric_key: Optional[StrictStr] = None, os: Optional[StrictStr] = None, parity: Optional[Union[StrictFloat, StrictInt]] = None, scsi_timeout: Optional[StrictInt] = None, space: Optional[Space] = None, time_zone: Optional[StrictStr] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_of: Optional[StrictInt]
as_request_dict() Dict[str, Any]
banner: Optional[StrictStr]
capacity: Optional[StrictInt]
console_lock_enabled: Optional[StrictBool]
encryption: Optional[ArrayEncryption]
eradication_config: Optional[EradicationConfig]
classmethod from_dict(obj: dict) Arrays

Create an instance of Arrays from a dict

classmethod from_json(json_str: str) Arrays

Create an instance of Arrays from a JSON string

id: Optional[StrictStr]
idle_timeout: Optional[StrictInt]
name: Optional[StrictStr]
ntp_servers: Optional[ConstrainedListValue[StrictStr]]
ntp_symmetric_key: Optional[StrictStr]
os: Optional[StrictStr]
parity: Optional[Union[StrictFloat, StrictInt]]
scsi_timeout: Optional[StrictInt]
space: Optional[Space]
time_zone: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.audit module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.audit.Audit(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, arguments: Optional[StrictStr] = None, command: Optional[StrictStr] = None, origin: Optional[FixedReference] = None, subcommand: Optional[StrictStr] = None, time: Optional[StrictInt] = None, user: Optional[StrictStr] = None, user_interface: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
arguments: Optional[StrictStr]
as_request_dict() Dict[str, Any]
command: Optional[StrictStr]
classmethod from_dict(obj: dict) Audit

Create an instance of Audit from a dict

classmethod from_json(json_str: str) Audit

Create an instance of Audit from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
origin: Optional[FixedReference]
subcommand: Optional[StrictStr]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user: Optional[StrictStr]
user_interface: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.audit_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.audit_get_response.AuditGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Audit]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) AuditGetResponse

Create an instance of AuditGetResponse from a dict

classmethod from_json(json_str: str) AuditGetResponse

Create an instance of AuditGetResponse from a JSON string

items: Optional[ConstrainedListValue[Audit]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.audit_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.audit_response.AuditResponse(*, items: Optional[ConstrainedListValue[Audit]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) AuditResponse

Create an instance of AuditResponse from a dict

classmethod from_json(json_str: str) AuditResponse

Create an instance of AuditResponse from a JSON string

items: Optional[ConstrainedListValue[Audit]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.built_in module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.built_in.BuiltIn(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

A built-in resource. Many are singletons predefined by Purity (e.g., support settings). Some correspond to a piece of software, like an app, or hardware, like a controller. Others are created by the system in response to some event (e.g., alerts, audit records). Typically, a user can’t create, delete or rename a built-in resource. A few can be created or deleted, but not renamed because the names are meaningful to Purity (e.g., VIFs). # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) BuiltIn

Create an instance of BuiltIn from a dict

classmethod from_json(json_str: str) BuiltIn

Create an instance of BuiltIn from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.built_in_relationship module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.built_in_relationship.BuiltInRelationship(*, id: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) BuiltInRelationship

Create an instance of BuiltInRelationship from a dict

classmethod from_json(json_str: str) BuiltInRelationship

Create an instance of BuiltInRelationship from a JSON string

id: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.built_in_resource_no_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.built_in_resource_no_id.BuiltInResourceNoId(*, name: Optional[StrictStr] = None)

Bases: BaseModel

A built-in resource. Many are singletons predefined by Purity (e.g., support settings). Some correspond to a piece of software, like an app, or hardware, like a controller. Others are created by the system in response to some event (e.g., alerts, audit records). Typically, a user can’t create, delete or rename a built-in resource. A few can be created or deleted, but not renamed because the names are meaningful to Purity (e.g., VIFs, file systems, file system snapshots, volume snapshot). # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) BuiltInResourceNoId

Create an instance of BuiltInResourceNoId from a dict

classmethod from_json(json_str: str) BuiltInResourceNoId

Create an instance of BuiltInResourceNoId from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.certificate module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.certificate.Certificate(*, name: Optional[StrictStr] = None, certificate: Optional[StrictStr] = None, common_name: Optional[StrictStr] = None, country: Optional[StrictStr] = None, email: Optional[StrictStr] = None, intermediate_certificate: Optional[StrictStr] = None, issued_by: Optional[StrictStr] = None, issued_to: Optional[StrictStr] = None, key_size: Optional[StrictInt] = None, locality: Optional[StrictStr] = None, organization: Optional[StrictStr] = None, organizational_unit: Optional[StrictStr] = None, state: Optional[StrictStr] = None, status: Optional[StrictStr] = None, valid_from: Optional[StrictInt] = None, valid_to: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
certificate: Optional[StrictStr]
common_name: Optional[StrictStr]
country: Optional[StrictStr]
email: Optional[StrictStr]
classmethod from_dict(obj: dict) Certificate

Create an instance of Certificate from a dict

classmethod from_json(json_str: str) Certificate

Create an instance of Certificate from a JSON string

intermediate_certificate: Optional[StrictStr]
issued_by: Optional[StrictStr]
issued_to: Optional[StrictStr]
key_size: Optional[StrictInt]
locality: Optional[StrictStr]
name: Optional[StrictStr]
organization: Optional[StrictStr]
organizational_unit: Optional[StrictStr]
state: Optional[StrictStr]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

valid_from: Optional[StrictInt]
valid_to: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.certificate_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.certificate_get_response.CertificateGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Certificate]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) CertificateGetResponse

Create an instance of CertificateGetResponse from a dict

classmethod from_json(json_str: str) CertificateGetResponse

Create an instance of CertificateGetResponse from a JSON string

items: Optional[ConstrainedListValue[Certificate]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.certificate_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.certificate_post.CertificatePost(*, name: Optional[StrictStr] = None, certificate: Optional[StrictStr] = None, common_name: Optional[StrictStr] = None, country: Optional[StrictStr] = None, email: Optional[StrictStr] = None, intermediate_certificate: Optional[StrictStr] = None, issued_by: Optional[StrictStr] = None, issued_to: Optional[StrictStr] = None, key_size: Optional[StrictInt] = None, locality: Optional[StrictStr] = None, organization: Optional[StrictStr] = None, organizational_unit: Optional[StrictStr] = None, state: Optional[StrictStr] = None, status: Optional[StrictStr] = None, valid_from: Optional[StrictInt] = None, valid_to: Optional[StrictInt] = None, days: Optional[StrictInt] = None, key: Optional[StrictStr] = None, passphrase: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
certificate: Optional[StrictStr]
common_name: Optional[StrictStr]
country: Optional[StrictStr]
days: Optional[StrictInt]
email: Optional[StrictStr]
classmethod from_dict(obj: dict) CertificatePost

Create an instance of CertificatePost from a dict

classmethod from_json(json_str: str) CertificatePost

Create an instance of CertificatePost from a JSON string

intermediate_certificate: Optional[StrictStr]
issued_by: Optional[StrictStr]
issued_to: Optional[StrictStr]
key: Optional[StrictStr]
key_size: Optional[StrictInt]
locality: Optional[StrictStr]
name: Optional[StrictStr]
organization: Optional[StrictStr]
organizational_unit: Optional[StrictStr]
passphrase: Optional[StrictStr]
state: Optional[StrictStr]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

valid_from: Optional[StrictInt]
valid_to: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.certificate_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.certificate_response.CertificateResponse(*, items: Optional[ConstrainedListValue[Certificate]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) CertificateResponse

Create an instance of CertificateResponse from a dict

classmethod from_json(json_str: str) CertificateResponse

Create an instance of CertificateResponse from a JSON string

items: Optional[ConstrainedListValue[Certificate]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.certificate_signing_request module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.certificate_signing_request.CertificateSigningRequest(*, certificate_signing_request: Optional[StrictStr] = None)

Bases: BaseModel

SSL certificate managed by Purity//FA. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
certificate_signing_request: Optional[StrictStr]
classmethod from_dict(obj: dict) CertificateSigningRequest

Create an instance of CertificateSigningRequest from a dict

classmethod from_json(json_str: str) CertificateSigningRequest

Create an instance of CertificateSigningRequest from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.certificate_signing_request_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.certificate_signing_request_post.CertificateSigningRequestPost(*, certificate: Optional[ReferenceNoId] = None, common_name: Optional[StrictStr] = None, country: Optional[StrictStr] = None, email: Optional[StrictStr] = None, locality: Optional[StrictStr] = None, organization: Optional[StrictStr] = None, organizational_unit: Optional[StrictStr] = None, state: Optional[StrictStr] = None)

Bases: BaseModel

SSL Certificate managed by Purity//FA. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
certificate: Optional[ReferenceNoId]
common_name: Optional[StrictStr]
country: Optional[StrictStr]
email: Optional[StrictStr]
classmethod from_dict(obj: dict) CertificateSigningRequestPost

Create an instance of CertificateSigningRequestPost from a dict

classmethod from_json(json_str: str) CertificateSigningRequestPost

Create an instance of CertificateSigningRequestPost from a JSON string

locality: Optional[StrictStr]
organization: Optional[StrictStr]
organizational_unit: Optional[StrictStr]
state: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.certificate_signing_request_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.certificate_signing_request_response.CertificateSigningRequestResponse(*, items: Optional[ConstrainedListValue[CertificateSigningRequest]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) CertificateSigningRequestResponse

Create an instance of CertificateSigningRequestResponse from a dict

classmethod from_json(json_str: str) CertificateSigningRequestResponse

Create an instance of CertificateSigningRequestResponse from a JSON string

items: Optional[ConstrainedListValue[CertificateSigningRequest]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.chap module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.chap.Chap(*, host_password: Optional[StrictStr] = None, host_user: Optional[StrictStr] = None, target_password: Optional[StrictStr] = None, target_user: Optional[StrictStr] = None)

Bases: BaseModel

Challenge-Handshake Authentication Protocol (CHAP). # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Chap

Create an instance of Chap from a dict

classmethod from_json(json_str: str) Chap

Create an instance of Chap from a JSON string

host_password: Optional[StrictStr]
host_user: Optional[StrictStr]
target_password: Optional[StrictStr]
target_user: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.cloud_capacity_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.cloud_capacity_get_response.CloudCapacityGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CloudCapacityStatus]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) CloudCapacityGetResponse

Create an instance of CloudCapacityGetResponse from a dict

classmethod from_json(json_str: str) CloudCapacityGetResponse

Create an instance of CloudCapacityGetResponse from a JSON string

items: Optional[ConstrainedListValue[CloudCapacityStatus]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.cloud_capacity_patch_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.cloud_capacity_patch_response.CloudCapacityPatchResponse(*, items: Optional[ConstrainedListValue[CloudCapacityStatus]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) CloudCapacityPatchResponse

Create an instance of CloudCapacityPatchResponse from a dict

classmethod from_json(json_str: str) CloudCapacityPatchResponse

Create an instance of CloudCapacityPatchResponse from a JSON string

items: Optional[ConstrainedListValue[CloudCapacityStatus]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.cloud_capacity_status module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.cloud_capacity_status.CloudCapacityStatus(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, current_capacity: Optional[StrictInt] = None, details: Optional[StrictStr] = None, requested_capacity: Optional[StrictInt] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
current_capacity: Optional[StrictInt]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) CloudCapacityStatus

Create an instance of CloudCapacityStatus from a dict

classmethod from_json(json_str: str) CloudCapacityStatus

Create an instance of CloudCapacityStatus from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
requested_capacity: Optional[StrictInt]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.cloud_capacity_step module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.cloud_capacity_step.CloudCapacityStep(*, supported_capacity: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) CloudCapacityStep

Create an instance of CloudCapacityStep from a dict

classmethod from_json(json_str: str) CloudCapacityStep

Create an instance of CloudCapacityStep from a JSON string

supported_capacity: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.cloud_capacity_steps_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.cloud_capacity_steps_get_response.CloudCapacityStepsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CloudCapacityStep]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) CloudCapacityStepsGetResponse

Create an instance of CloudCapacityStepsGetResponse from a dict

classmethod from_json(json_str: str) CloudCapacityStepsGetResponse

Create an instance of CloudCapacityStepsGetResponse from a JSON string

items: Optional[ConstrainedListValue[CloudCapacityStep]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.cloud_provider_tag module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.cloud_provider_tag.CloudProviderTag(*, details: Optional[StrictStr] = None, key: Optional[StrictStr] = None, value: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) CloudProviderTag

Create an instance of CloudProviderTag from a dict

classmethod from_json(json_str: str) CloudProviderTag

Create an instance of CloudProviderTag from a JSON string

key: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

value: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.cloud_provider_tag_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.cloud_provider_tag_get_response.CloudProviderTagGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[CloudProviderTag]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) CloudProviderTagGetResponse

Create an instance of CloudProviderTagGetResponse from a dict

classmethod from_json(json_str: str) CloudProviderTagGetResponse

Create an instance of CloudProviderTagGetResponse from a JSON string

items: Optional[ConstrainedListValue[CloudProviderTag]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.cloud_provider_tag_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.cloud_provider_tag_response.CloudProviderTagResponse(*, items: Optional[ConstrainedListValue[CloudProviderTag]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) CloudProviderTagResponse

Create an instance of CloudProviderTagResponse from a dict

classmethod from_json(json_str: str) CloudProviderTagResponse

Create an instance of CloudProviderTagResponse from a JSON string

items: Optional[ConstrainedListValue[CloudProviderTag]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.connection module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.connection.Connection(*, host: Optional[ReferenceNoId] = None, host_group: Optional[ReferenceNoId] = None, lun: Optional[StrictInt] = None, nsid: Optional[StrictInt] = None, protocol_endpoint: Optional[Reference] = None, volume: Optional[FixedReference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Connection

Create an instance of Connection from a dict

classmethod from_json(json_str: str) Connection

Create an instance of Connection from a JSON string

host: Optional[ReferenceNoId]
host_group: Optional[ReferenceNoId]
lun: Optional[StrictInt]
nsid: Optional[StrictInt]
protocol_endpoint: Optional[Reference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

volume: Optional[FixedReference]

pypureclient.flasharray.FA_2_34.models.connection_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.connection_get_response.ConnectionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Connection]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ConnectionGetResponse

Create an instance of ConnectionGetResponse from a dict

classmethod from_json(json_str: str) ConnectionGetResponse

Create an instance of ConnectionGetResponse from a JSON string

items: Optional[ConstrainedListValue[Connection]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.connection_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.connection_post.ConnectionPost(*, lun: Optional[ConstrainedIntValue] = None, protocol_endpoint: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ConnectionPost

Create an instance of ConnectionPost from a dict

classmethod from_json(json_str: str) ConnectionPost

Create an instance of ConnectionPost from a JSON string

lun: Optional[ConstrainedIntValue]
protocol_endpoint: Optional[Reference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.connection_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.connection_response.ConnectionResponse(*, items: Optional[ConstrainedListValue[Connection]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ConnectionResponse

Create an instance of ConnectionResponse from a dict

classmethod from_json(json_str: str) ConnectionResponse

Create an instance of ConnectionResponse from a JSON string

items: Optional[ConstrainedListValue[Connection]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.container_default_protection module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.container_default_protection.ContainerDefaultProtection(*, default_protections: Optional[ConstrainedListValue[DefaultProtectionReference]] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
default_protections: Optional[ConstrainedListValue[DefaultProtectionReference]]
classmethod from_dict(obj: dict) ContainerDefaultProtection

Create an instance of ContainerDefaultProtection from a dict

classmethod from_json(json_str: str) ContainerDefaultProtection

Create an instance of ContainerDefaultProtection from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.container_default_protection_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.container_default_protection_get_response.ContainerDefaultProtectionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ContainerDefaultProtection]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ContainerDefaultProtectionGetResponse

Create an instance of ContainerDefaultProtectionGetResponse from a dict

classmethod from_json(json_str: str) ContainerDefaultProtectionGetResponse

Create an instance of ContainerDefaultProtectionGetResponse from a JSON string

items: Optional[ConstrainedListValue[ContainerDefaultProtection]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.container_default_protection_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.container_default_protection_response.ContainerDefaultProtectionResponse(*, items: Optional[ConstrainedListValue[ContainerDefaultProtection]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ContainerDefaultProtectionResponse

Create an instance of ContainerDefaultProtectionResponse from a dict

classmethod from_json(json_str: str) ContainerDefaultProtectionResponse

Create an instance of ContainerDefaultProtectionResponse from a JSON string

items: Optional[ConstrainedListValue[ContainerDefaultProtection]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.controller module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.controller.Controller(*, name: Optional[StrictStr] = None, mode: Optional[StrictStr] = None, mode_since: Optional[StrictInt] = None, model: Optional[StrictStr] = None, status: Optional[StrictStr] = None, type: Optional[StrictStr] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Controller

Create an instance of Controller from a dict

classmethod from_json(json_str: str) Controller

Create an instance of Controller from a JSON string

mode: Optional[StrictStr]
mode_since: Optional[StrictInt]
model: Optional[StrictStr]
name: Optional[StrictStr]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]
version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.controller_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.controller_get_response.ControllerGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Controller]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ControllerGetResponse

Create an instance of ControllerGetResponse from a dict

classmethod from_json(json_str: str) ControllerGetResponse

Create an instance of ControllerGetResponse from a JSON string

items: Optional[ConstrainedListValue[Controller]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.default_protection_reference module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.default_protection_reference.DefaultProtectionReference(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DefaultProtectionReference

Create an instance of DefaultProtectionReference from a dict

classmethod from_json(json_str: str) DefaultProtectionReference

Create an instance of DefaultProtectionReference from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.destroyed_patch_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.destroyed_patch_post.DestroyedPatchPost(*, destroyed: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) DestroyedPatchPost

Create an instance of DestroyedPatchPost from a dict

classmethod from_json(json_str: str) DestroyedPatchPost

Create an instance of DestroyedPatchPost from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory.Directory(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, directory_name: Optional[StrictStr] = None, file_system: Optional[FixedReference] = None, limited_by: Optional[LimitedBy] = None, path: Optional[StrictStr] = None, space: Optional[Space] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
directory_name: Optional[StrictStr]
file_system: Optional[FixedReference]
classmethod from_dict(obj: dict) Directory

Create an instance of Directory from a dict

classmethod from_json(json_str: str) Directory

Create an instance of Directory from a JSON string

id: Optional[StrictStr]
limited_by: Optional[LimitedBy]
name: Optional[StrictStr]
path: Optional[StrictStr]
space: Optional[Space]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_export module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_export.DirectoryExport(*, enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None, status: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, directory: Optional[FixedReferenceWithType] = None, path: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
directory: Optional[FixedReferenceWithType]
enabled: Optional[StrictBool]
export_name: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryExport

Create an instance of DirectoryExport from a dict

classmethod from_json(json_str: str) DirectoryExport

Create an instance of DirectoryExport from a JSON string

path: Optional[StrictStr]
policy: Optional[FixedReferenceWithType]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_export_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_export_get_response.DirectoryExportGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryExport]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryExportGetResponse

Create an instance of DirectoryExportGetResponse from a dict

classmethod from_json(json_str: str) DirectoryExportGetResponse

Create an instance of DirectoryExportGetResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryExport]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.directory_export_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_export_patch.DirectoryExportPatch(*, export_enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
export_enabled: Optional[StrictBool]
export_name: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryExportPatch

Create an instance of DirectoryExportPatch from a dict

classmethod from_json(json_str: str) DirectoryExportPatch

Create an instance of DirectoryExportPatch from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_export_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_export_post.DirectoryExportPost(*, export_enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
export_enabled: Optional[StrictBool]
export_name: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryExportPost

Create an instance of DirectoryExportPost from a dict

classmethod from_json(json_str: str) DirectoryExportPost

Create an instance of DirectoryExportPost from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_export_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_export_response.DirectoryExportResponse(*, items: Optional[ConstrainedListValue[DirectoryExport]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryExportResponse

Create an instance of DirectoryExportResponse from a dict

classmethod from_json(json_str: str) DirectoryExportResponse

Create an instance of DirectoryExportResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryExport]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_get_response.DirectoryGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Directory]] = None, total: Optional[ConstrainedListValue[Directory]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryGetResponse

Create an instance of DirectoryGetResponse from a dict

classmethod from_json(json_str: str) DirectoryGetResponse

Create an instance of DirectoryGetResponse from a JSON string

items: Optional[ConstrainedListValue[Directory]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[Directory]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.directory_lock_nlm_reclamation module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_lock_nlm_reclamation.DirectoryLockNlmReclamation(*, end: Optional[StrictInt] = None, start: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
end: Optional[StrictInt]
classmethod from_dict(obj: dict) DirectoryLockNlmReclamation

Create an instance of DirectoryLockNlmReclamation from a dict

classmethod from_json(json_str: str) DirectoryLockNlmReclamation

Create an instance of DirectoryLockNlmReclamation from a JSON string

start: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_lock_nlm_reclamation_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_lock_nlm_reclamation_response.DirectoryLockNlmReclamationResponse(*, items: Optional[ConstrainedListValue[DirectoryLockNlmReclamation]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryLockNlmReclamationResponse

Create an instance of DirectoryLockNlmReclamationResponse from a dict

classmethod from_json(json_str: str) DirectoryLockNlmReclamationResponse

Create an instance of DirectoryLockNlmReclamationResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryLockNlmReclamation]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_patch.DirectoryPatch(*, name: Optional[StrictStr] = None, directory_name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
directory_name: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryPatch

Create an instance of DirectoryPatch from a dict

classmethod from_json(json_str: str) DirectoryPatch

Create an instance of DirectoryPatch from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_performance.DirectoryPerformance(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, others_per_sec: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) DirectoryPerformance

Create an instance of DirectoryPerformance from a dict

classmethod from_json(json_str: str) DirectoryPerformance

Create an instance of DirectoryPerformance from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
others_per_sec: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_other_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.directory_performance_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_performance_get_response.DirectoryPerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryPerformance]] = None, total: Optional[ConstrainedListValue[DirectoryPerformance]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryPerformanceGetResponse

Create an instance of DirectoryPerformanceGetResponse from a dict

classmethod from_json(json_str: str) DirectoryPerformanceGetResponse

Create an instance of DirectoryPerformanceGetResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryPerformance]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[DirectoryPerformance]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.directory_policy_export_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_policy_export_post.DirectoryPolicyExportPost(*, policies: Optional[ConstrainedListValue[DirectorypolicyexportpostPolicies]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryPolicyExportPost

Create an instance of DirectoryPolicyExportPost from a dict

classmethod from_json(json_str: str) DirectoryPolicyExportPost

Create an instance of DirectoryPolicyExportPost from a JSON string

policies: Optional[ConstrainedListValue[DirectorypolicyexportpostPolicies]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_policy_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_policy_post.DirectoryPolicyPost(*, policies: Optional[ConstrainedListValue[DirectorypolicypostPolicies]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryPolicyPost

Create an instance of DirectoryPolicyPost from a dict

classmethod from_json(json_str: str) DirectoryPolicyPost

Create an instance of DirectoryPolicyPost from a JSON string

policies: Optional[ConstrainedListValue[DirectorypolicypostPolicies]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_post.DirectoryPost(*, directory_name: Optional[StrictStr] = None, path: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
directory_name: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryPost

Create an instance of DirectoryPost from a dict

classmethod from_json(json_str: str) DirectoryPost

Create an instance of DirectoryPost from a JSON string

path: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_quota module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_quota.DirectoryQuota(*, directory: Optional[FixedReferenceWithType] = None, enabled: Optional[StrictBool] = None, enforced: Optional[StrictBool] = None, path: Optional[StrictStr] = None, percentage_used: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, policy: Optional[FixedReferenceWithType] = None, quota_limit: Optional[ConstrainedIntValue] = None, rule_name: Optional[StrictStr] = None, usage: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
directory: Optional[FixedReferenceWithType]
enabled: Optional[StrictBool]
enforced: Optional[StrictBool]
classmethod from_dict(obj: dict) DirectoryQuota

Create an instance of DirectoryQuota from a dict

classmethod from_json(json_str: str) DirectoryQuota

Create an instance of DirectoryQuota from a JSON string

path: Optional[StrictStr]
percentage_used: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
policy: Optional[FixedReferenceWithType]
quota_limit: Optional[ConstrainedIntValue]
rule_name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usage: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.directory_quotas_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_quotas_get_response.DirectoryQuotasGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryQuota]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryQuotasGetResponse

Create an instance of DirectoryQuotasGetResponse from a dict

classmethod from_json(json_str: str) DirectoryQuotasGetResponse

Create an instance of DirectoryQuotasGetResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryQuota]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.directory_quotas_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_quotas_response.DirectoryQuotasResponse(*, items: Optional[ConstrainedListValue[DirectoryQuota]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryQuotasResponse

Create an instance of DirectoryQuotasResponse from a dict

classmethod from_json(json_str: str) DirectoryQuotasResponse

Create an instance of DirectoryQuotasResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryQuota]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_response.DirectoryResponse(*, items: Optional[ConstrainedListValue[Directory]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryResponse

Create an instance of DirectoryResponse from a dict

classmethod from_json(json_str: str) DirectoryResponse

Create an instance of DirectoryResponse from a JSON string

items: Optional[ConstrainedListValue[Directory]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_service module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_service.DirectoryService(*, name: Optional[StrictStr] = None, base_dn: Optional[StrictStr] = None, bind_password: Optional[StrictStr] = None, bind_user: Optional[StrictStr] = None, ca_certificate: Optional[ConstrainedStrValue] = None, check_peer: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, management: Optional[DirectoryServiceManagement] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, uris: Optional[ConstrainedListValue[ConstrainedStrValue]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
base_dn: Optional[StrictStr]
bind_password: Optional[StrictStr]
bind_user: Optional[StrictStr]
ca_certificate: Optional[ConstrainedStrValue]
check_peer: Optional[StrictBool]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) DirectoryService

Create an instance of DirectoryService from a dict

classmethod from_json(json_str: str) DirectoryService

Create an instance of DirectoryService from a JSON string

management: Optional[DirectoryServiceManagement]
name: Optional[StrictStr]
services: Optional[ConstrainedListValue[StrictStr]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uris: Optional[ConstrainedListValue[ConstrainedStrValue]]

pypureclient.flasharray.FA_2_34.models.directory_service_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_service_get_response.DirectoryServiceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryService]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryServiceGetResponse

Create an instance of DirectoryServiceGetResponse from a dict

classmethod from_json(json_str: str) DirectoryServiceGetResponse

Create an instance of DirectoryServiceGetResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryService]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.directory_service_management module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_service_management.DirectoryServiceManagement(*, ssh_public_key_attribute: Optional[StrictStr] = None, user_login_attribute: Optional[StrictStr] = None, user_object_class: Optional[StrictStr] = None)

Bases: BaseModel

Properties specific to the management service. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryServiceManagement

Create an instance of DirectoryServiceManagement from a dict

classmethod from_json(json_str: str) DirectoryServiceManagement

Create an instance of DirectoryServiceManagement from a JSON string

ssh_public_key_attribute: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user_login_attribute: Optional[StrictStr]
user_object_class: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.directory_service_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_service_response.DirectoryServiceResponse(*, items: Optional[ConstrainedListValue[DirectoryService]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryServiceResponse

Create an instance of DirectoryServiceResponse from a dict

classmethod from_json(json_str: str) DirectoryServiceResponse

Create an instance of DirectoryServiceResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryService]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_service_role module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_service_role.DirectoryServiceRole(*, name: Optional[StrictStr] = None, group: Optional[StrictStr] = None, group_base: Optional[StrictStr] = None, role: Optional[ReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryServiceRole

Create an instance of DirectoryServiceRole from a dict

classmethod from_json(json_str: str) DirectoryServiceRole

Create an instance of DirectoryServiceRole from a JSON string

group: Optional[StrictStr]
group_base: Optional[StrictStr]
name: Optional[StrictStr]
role: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_service_role_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_service_role_get_response.DirectoryServiceRoleGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectoryServiceRole]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectoryServiceRoleGetResponse

Create an instance of DirectoryServiceRoleGetResponse from a dict

classmethod from_json(json_str: str) DirectoryServiceRoleGetResponse

Create an instance of DirectoryServiceRoleGetResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryServiceRole]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.directory_service_role_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_service_role_response.DirectoryServiceRoleResponse(*, items: Optional[ConstrainedListValue[DirectoryServiceRole]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectoryServiceRoleResponse

Create an instance of DirectoryServiceRoleResponse from a dict

classmethod from_json(json_str: str) DirectoryServiceRoleResponse

Create an instance of DirectoryServiceRoleResponse from a JSON string

items: Optional[ConstrainedListValue[DirectoryServiceRole]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_snapshot module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_snapshot.DirectorySnapshot(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, client_name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, policy: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictInt] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
client_name: Optional[StrictStr]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) DirectorySnapshot

Create an instance of DirectorySnapshot from a dict

classmethod from_json(json_str: str) DirectorySnapshot

Create an instance of DirectorySnapshot from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
policy: Optional[FixedReference]
source: Optional[FixedReference]
space: Optional[Space]
suffix: Optional[StrictInt]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_snapshot_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_snapshot_get_response.DirectorySnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[DirectorySnapshot]] = None, total: Optional[ConstrainedListValue[DirectorySnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectorySnapshotGetResponse

Create an instance of DirectorySnapshotGetResponse from a dict

classmethod from_json(json_str: str) DirectorySnapshotGetResponse

Create an instance of DirectorySnapshotGetResponse from a JSON string

items: Optional[ConstrainedListValue[DirectorySnapshot]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[DirectorySnapshot]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.directory_snapshot_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_snapshot_patch.DirectorySnapshotPatch(*, destroyed: Optional[StrictBool] = None, client_name: Optional[StrictStr] = None, keep_for: Optional[StrictInt] = None, name: Optional[StrictStr] = None, policy: Optional[Reference] = None, suffix: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
client_name: Optional[StrictStr]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) DirectorySnapshotPatch

Create an instance of DirectorySnapshotPatch from a dict

classmethod from_json(json_str: str) DirectorySnapshotPatch

Create an instance of DirectorySnapshotPatch from a JSON string

keep_for: Optional[StrictInt]
name: Optional[StrictStr]
policy: Optional[Reference]
suffix: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_snapshot_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_snapshot_post.DirectorySnapshotPost(*, client_name: Optional[StrictStr] = None, keep_for: Optional[StrictInt] = None, suffix: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
client_name: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectorySnapshotPost

Create an instance of DirectorySnapshotPost from a dict

classmethod from_json(json_str: str) DirectorySnapshotPost

Create an instance of DirectorySnapshotPost from a JSON string

keep_for: Optional[StrictInt]
suffix: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directory_snapshot_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directory_snapshot_response.DirectorySnapshotResponse(*, items: Optional[ConstrainedListValue[DirectorySnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectorySnapshotResponse

Create an instance of DirectorySnapshotResponse from a dict

classmethod from_json(json_str: str) DirectorySnapshotResponse

Create an instance of DirectorySnapshotResponse from a JSON string

items: Optional[ConstrainedListValue[DirectorySnapshot]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directorypolicyexportpost_policies module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directorypolicyexportpost_policies.DirectorypolicyexportpostPolicies(*, export_enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None, policy: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
export_enabled: Optional[StrictBool]
export_name: Optional[StrictStr]
classmethod from_dict(obj: dict) DirectorypolicyexportpostPolicies

Create an instance of DirectorypolicyexportpostPolicies from a dict

classmethod from_json(json_str: str) DirectorypolicyexportpostPolicies

Create an instance of DirectorypolicyexportpostPolicies from a JSON string

policy: Optional[Reference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.directorypolicypost_policies module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.directorypolicypost_policies.DirectorypolicypostPolicies(*, policy: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DirectorypolicypostPolicies

Create an instance of DirectorypolicypostPolicies from a dict

classmethod from_json(json_str: str) DirectorypolicypostPolicies

Create an instance of DirectorypolicypostPolicies from a JSON string

policy: Optional[Reference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.dns module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.dns.Dns(*, name: Optional[StrictStr] = None, domain: Optional[StrictStr] = None, nameservers: Optional[ConstrainedListValue[StrictStr]] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, source: Optional[ReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
domain: Optional[StrictStr]
classmethod from_dict(obj: dict) Dns

Create an instance of Dns from a dict

classmethod from_json(json_str: str) Dns

Create an instance of Dns from a JSON string

name: Optional[StrictStr]
nameservers: Optional[ConstrainedListValue[StrictStr]]
services: Optional[ConstrainedListValue[StrictStr]]
source: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.dns_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.dns_get_response.DnsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Dns]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) DnsGetResponse

Create an instance of DnsGetResponse from a dict

classmethod from_json(json_str: str) DnsGetResponse

Create an instance of DnsGetResponse from a JSON string

items: Optional[ConstrainedListValue[Dns]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.dns_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.dns_patch.DnsPatch(*, name: Optional[StrictStr] = None, domain: Optional[StrictStr] = None, nameservers: Optional[ConstrainedListValue[StrictStr]] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, source: Optional[ReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
domain: Optional[StrictStr]
classmethod from_dict(obj: dict) DnsPatch

Create an instance of DnsPatch from a dict

classmethod from_json(json_str: str) DnsPatch

Create an instance of DnsPatch from a JSON string

name: Optional[StrictStr]
nameservers: Optional[ConstrainedListValue[StrictStr]]
services: Optional[ConstrainedListValue[StrictStr]]
source: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.dns_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.dns_post.DnsPost(*, domain: Optional[StrictStr] = None, nameservers: Optional[ConstrainedListValue[StrictStr]] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, source: Optional[ReferenceNoId] = None)

Bases: BaseModel

Configuration information for the domain name servers. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
domain: Optional[StrictStr]
classmethod from_dict(obj: dict) DnsPost

Create an instance of DnsPost from a dict

classmethod from_json(json_str: str) DnsPost

Create an instance of DnsPost from a JSON string

nameservers: Optional[ConstrainedListValue[StrictStr]]
services: Optional[ConstrainedListValue[StrictStr]]
source: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.dns_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.dns_response.DnsResponse(*, items: Optional[ConstrainedListValue[Dns]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DnsResponse

Create an instance of DnsResponse from a dict

classmethod from_json(json_str: str) DnsResponse

Create an instance of DnsResponse from a JSON string

items: Optional[ConstrainedListValue[Dns]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.drive module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.drive.Drive(*, name: Optional[StrictStr] = None, capacity: Optional[StrictInt] = None, details: Optional[StrictStr] = None, protocol: Optional[StrictStr] = None, status: Optional[StrictStr] = None, type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
capacity: Optional[StrictInt]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) Drive

Create an instance of Drive from a dict

classmethod from_json(json_str: str) Drive

Create an instance of Drive from a JSON string

name: Optional[StrictStr]
protocol: Optional[StrictStr]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.drive_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.drive_get_response.DriveGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Drive]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) DriveGetResponse

Create an instance of DriveGetResponse from a dict

classmethod from_json(json_str: str) DriveGetResponse

Create an instance of DriveGetResponse from a JSON string

items: Optional[ConstrainedListValue[Drive]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.drive_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.drive_response.DriveResponse(*, items: Optional[ConstrainedListValue[Drive]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) DriveResponse

Create an instance of DriveResponse from a dict

classmethod from_json(json_str: str) DriveResponse

Create an instance of DriveResponse from a JSON string

items: Optional[ConstrainedListValue[Drive]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.eradication_config module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.eradication_config.EradicationConfig(*, disabled_delay: Optional[StrictInt] = None, enabled_delay: Optional[StrictInt] = None, eradication_delay: Optional[StrictInt] = None, manual_eradication: Optional[StrictStr] = None)

Bases: BaseModel

The configuration of eradication feature. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
disabled_delay: Optional[StrictInt]
enabled_delay: Optional[StrictInt]
eradication_delay: Optional[StrictInt]
classmethod from_dict(obj: dict) EradicationConfig

Create an instance of EradicationConfig from a dict

classmethod from_json(json_str: str) EradicationConfig

Create an instance of EradicationConfig from a JSON string

manual_eradication: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.eula module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.eula.Eula(*, agreement: Optional[StrictStr] = None, signature: Optional[EulaSignature] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
agreement: Optional[StrictStr]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Eula

Create an instance of Eula from a dict

classmethod from_json(json_str: str) Eula

Create an instance of Eula from a JSON string

signature: Optional[EulaSignature]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.eula_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.eula_get_response.EulaGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Eula]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) EulaGetResponse

Create an instance of EulaGetResponse from a dict

classmethod from_json(json_str: str) EulaGetResponse

Create an instance of EulaGetResponse from a JSON string

items: Optional[ConstrainedListValue[Eula]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.eula_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.eula_response.EulaResponse(*, items: Optional[ConstrainedListValue[Eula]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) EulaResponse

Create an instance of EulaResponse from a dict

classmethod from_json(json_str: str) EulaResponse

Create an instance of EulaResponse from a JSON string

items: Optional[ConstrainedListValue[Eula]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.eula_signature module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.eula_signature.EulaSignature(*, accepted: Optional[StrictInt] = None, company: Optional[StrictStr] = None, name: Optional[StrictStr] = None, title: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
accepted: Optional[StrictInt]
as_request_dict() Dict[str, Any]
company: Optional[StrictStr]
classmethod from_dict(obj: dict) EulaSignature

Create an instance of EulaSignature from a dict

classmethod from_json(json_str: str) EulaSignature

Create an instance of EulaSignature from a JSON string

name: Optional[StrictStr]
title: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.export_policy_attachment_mixin module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.export_policy_attachment_mixin.ExportPolicyAttachmentMixin(*, enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
export_name: Optional[StrictStr]
classmethod from_dict(obj: dict) ExportPolicyAttachmentMixin

Create an instance of ExportPolicyAttachmentMixin from a dict

classmethod from_json(json_str: str) ExportPolicyAttachmentMixin

Create an instance of ExportPolicyAttachmentMixin from a JSON string

status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.file_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.file_post.FilePost(*, source: Optional[ReferenceWithType] = None, source_path: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) FilePost

Create an instance of FilePost from a dict

classmethod from_json(json_str: str) FilePost

Create an instance of FilePost from a JSON string

source: Optional[ReferenceWithType]
source_path: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.file_system module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.file_system.FileSystem(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, pod: Optional[Reference] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) FileSystem

Create an instance of FileSystem from a dict

classmethod from_json(json_str: str) FileSystem

Create an instance of FileSystem from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[Reference]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.file_system_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.file_system_get_response.FileSystemGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[FileSystem]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) FileSystemGetResponse

Create an instance of FileSystemGetResponse from a dict

classmethod from_json(json_str: str) FileSystemGetResponse

Create an instance of FileSystemGetResponse from a JSON string

items: Optional[ConstrainedListValue[FileSystem]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.file_system_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.file_system_patch.FileSystemPatch(*, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None, pod: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) FileSystemPatch

Create an instance of FileSystemPatch from a dict

classmethod from_json(json_str: str) FileSystemPatch

Create an instance of FileSystemPatch from a JSON string

name: Optional[StrictStr]
pod: Optional[Reference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.file_system_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.file_system_response.FileSystemResponse(*, items: Optional[ConstrainedListValue[FileSystem]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) FileSystemResponse

Create an instance of FileSystemResponse from a dict

classmethod from_json(json_str: str) FileSystemResponse

Create an instance of FileSystemResponse from a JSON string

items: Optional[ConstrainedListValue[FileSystem]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.fixed_name_resource_no_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.fixed_name_resource_no_id.FixedNameResourceNoId(*, name: Optional[StrictStr] = None)

Bases: BaseModel

An ordinary (as opposed to built-in) resource that can be created, named, or deleted by the user. This might be a virtual resource (e.g., a volume) or correspond to something in the environment, like a host or server. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) FixedNameResourceNoId

Create an instance of FixedNameResourceNoId from a dict

classmethod from_json(json_str: str) FixedNameResourceNoId

Create an instance of FixedNameResourceNoId from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.fixed_reference module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.fixed_reference.FixedReference(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) FixedReference

Create an instance of FixedReference from a dict

classmethod from_json(json_str: str) FixedReference

Create an instance of FixedReference from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.fixed_reference_no_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.fixed_reference_no_id.FixedReferenceNoId(*, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) FixedReferenceNoId

Create an instance of FixedReferenceNoId from a dict

classmethod from_json(json_str: str) FixedReferenceNoId

Create an instance of FixedReferenceNoId from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.fixed_reference_with_type module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.fixed_reference_with_type.FixedReferenceWithType(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) FixedReferenceWithType

Create an instance of FixedReferenceWithType from a dict

classmethod from_json(json_str: str) FixedReferenceWithType

Create an instance of FixedReferenceWithType from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
resource_type: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.hardware module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.hardware.Hardware(*, name: Optional[StrictStr] = None, details: Optional[StrictStr] = None, identify_enabled: Optional[StrictBool] = None, index: Optional[StrictInt] = None, model: Optional[StrictStr] = None, serial: Optional[StrictStr] = None, slot: Optional[StrictInt] = None, speed: Optional[StrictInt] = None, status: Optional[StrictStr] = None, temperature: Optional[StrictInt] = None, type: Optional[StrictStr] = None, voltage: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) Hardware

Create an instance of Hardware from a dict

classmethod from_json(json_str: str) Hardware

Create an instance of Hardware from a JSON string

identify_enabled: Optional[StrictBool]
index: Optional[StrictInt]
model: Optional[StrictStr]
name: Optional[StrictStr]
serial: Optional[StrictStr]
slot: Optional[StrictInt]
speed: Optional[StrictInt]
status: Optional[StrictStr]
temperature: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]
voltage: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.hardware_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.hardware_get_response.HardwareGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Hardware]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) HardwareGetResponse

Create an instance of HardwareGetResponse from a dict

classmethod from_json(json_str: str) HardwareGetResponse

Create an instance of HardwareGetResponse from a JSON string

items: Optional[ConstrainedListValue[Hardware]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.hardware_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.hardware_patch.HardwarePatch(*, name: Optional[StrictStr] = None, identify_enabled: Optional[StrictBool] = None, index: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) HardwarePatch

Create an instance of HardwarePatch from a dict

classmethod from_json(json_str: str) HardwarePatch

Create an instance of HardwarePatch from a JSON string

identify_enabled: Optional[StrictBool]
index: Optional[StrictInt]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.hardware_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.hardware_response.HardwareResponse(*, items: Optional[ConstrainedListValue[Hardware]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) HardwareResponse

Create an instance of HardwareResponse from a dict

classmethod from_json(json_str: str) HardwareResponse

Create an instance of HardwareResponse from a JSON string

items: Optional[ConstrainedListValue[Hardware]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.host module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host.Host(*, name: Optional[StrictStr] = None, chap: Optional[Chap] = None, connection_count: Optional[StrictInt] = None, host_group: Optional[ReferenceNoId] = None, iqns: Optional[ConstrainedListValue[StrictStr]] = None, is_local: Optional[StrictBool] = None, nqns: Optional[ConstrainedListValue[StrictStr]] = None, personality: Optional[StrictStr] = None, port_connectivity: Optional[HostPortConnectivity] = None, preferred_arrays: Optional[ConstrainedListValue[Reference]] = None, space: Optional[Space] = None, vlan: Optional[StrictStr] = None, wwns: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
chap: Optional[Chap]
connection_count: Optional[StrictInt]
classmethod from_dict(obj: dict) Host

Create an instance of Host from a dict

classmethod from_json(json_str: str) Host

Create an instance of Host from a JSON string

host_group: Optional[ReferenceNoId]
iqns: Optional[ConstrainedListValue[StrictStr]]
is_local: Optional[StrictBool]
name: Optional[StrictStr]
nqns: Optional[ConstrainedListValue[StrictStr]]
personality: Optional[StrictStr]
port_connectivity: Optional[HostPortConnectivity]
preferred_arrays: Optional[ConstrainedListValue[Reference]]
space: Optional[Space]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vlan: Optional[StrictStr]
wwns: Optional[ConstrainedListValue[StrictStr]]

pypureclient.flasharray.FA_2_34.models.host_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_get_response.HostGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Host]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) HostGetResponse

Create an instance of HostGetResponse from a dict

classmethod from_json(json_str: str) HostGetResponse

Create an instance of HostGetResponse from a JSON string

items: Optional[ConstrainedListValue[Host]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.host_group module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_group.HostGroup(*, name: Optional[StrictStr] = None, connection_count: Optional[StrictInt] = None, host_count: Optional[StrictInt] = None, is_local: Optional[StrictBool] = None, space: Optional[Space] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
connection_count: Optional[StrictInt]
classmethod from_dict(obj: dict) HostGroup

Create an instance of HostGroup from a dict

classmethod from_json(json_str: str) HostGroup

Create an instance of HostGroup from a JSON string

host_count: Optional[StrictInt]
is_local: Optional[StrictBool]
name: Optional[StrictStr]
space: Optional[Space]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.host_group_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_group_get_response.HostGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[HostGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) HostGroupGetResponse

Create an instance of HostGroupGetResponse from a dict

classmethod from_json(json_str: str) HostGroupGetResponse

Create an instance of HostGroupGetResponse from a JSON string

items: Optional[ConstrainedListValue[HostGroup]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.host_group_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_group_patch.HostGroupPatch(*, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) HostGroupPatch

Create an instance of HostGroupPatch from a dict

classmethod from_json(json_str: str) HostGroupPatch

Create an instance of HostGroupPatch from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.host_group_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_group_response.HostGroupResponse(*, items: Optional[ConstrainedListValue[HostGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) HostGroupResponse

Create an instance of HostGroupResponse from a dict

classmethod from_json(json_str: str) HostGroupResponse

Create an instance of HostGroupResponse from a JSON string

items: Optional[ConstrainedListValue[HostGroup]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.host_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_patch.HostPatch(*, name: Optional[StrictStr] = None, add_iqns: Optional[ConstrainedListValue[StrictStr]] = None, add_nqns: Optional[ConstrainedListValue[StrictStr]] = None, add_wwns: Optional[ConstrainedListValue[StrictStr]] = None, chap: Optional[Chap] = None, host_group: Optional[ReferenceNoId] = None, iqns: Optional[ConstrainedListValue[StrictStr]] = None, nqns: Optional[ConstrainedListValue[StrictStr]] = None, personality: Optional[StrictStr] = None, preferred_arrays: Optional[ConstrainedListValue[Reference]] = None, remove_iqns: Optional[ConstrainedListValue[StrictStr]] = None, remove_nqns: Optional[ConstrainedListValue[StrictStr]] = None, remove_wwns: Optional[ConstrainedListValue[StrictStr]] = None, vlan: Optional[StrictStr] = None, wwns: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
add_iqns: Optional[ConstrainedListValue[StrictStr]]
add_nqns: Optional[ConstrainedListValue[StrictStr]]
add_wwns: Optional[ConstrainedListValue[StrictStr]]
as_request_dict() Dict[str, Any]
chap: Optional[Chap]
classmethod from_dict(obj: dict) HostPatch

Create an instance of HostPatch from a dict

classmethod from_json(json_str: str) HostPatch

Create an instance of HostPatch from a JSON string

host_group: Optional[ReferenceNoId]
iqns: Optional[ConstrainedListValue[StrictStr]]
name: Optional[StrictStr]
nqns: Optional[ConstrainedListValue[StrictStr]]
personality: Optional[StrictStr]
preferred_arrays: Optional[ConstrainedListValue[Reference]]
remove_iqns: Optional[ConstrainedListValue[StrictStr]]
remove_nqns: Optional[ConstrainedListValue[StrictStr]]
remove_wwns: Optional[ConstrainedListValue[StrictStr]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vlan: Optional[StrictStr]
wwns: Optional[ConstrainedListValue[StrictStr]]

pypureclient.flasharray.FA_2_34.models.host_performance_balance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_performance_balance.HostPerformanceBalance(*, name: Optional[StrictStr] = None, fraction_relative_to_max: Optional[Union[StrictFloat, StrictInt]] = None, initiator: Optional[PortCommon] = None, op_count: Optional[StrictInt] = None, target: Optional[Port] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
fraction_relative_to_max: Optional[Union[StrictFloat, StrictInt]]
classmethod from_dict(obj: dict) HostPerformanceBalance

Create an instance of HostPerformanceBalance from a dict

classmethod from_json(json_str: str) HostPerformanceBalance

Create an instance of HostPerformanceBalance from a JSON string

initiator: Optional[PortCommon]
name: Optional[StrictStr]
op_count: Optional[StrictInt]
target: Optional[Port]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.host_performance_balance_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_performance_balance_get_response.HostPerformanceBalanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[HostPerformanceBalance]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) HostPerformanceBalanceGetResponse

Create an instance of HostPerformanceBalanceGetResponse from a dict

classmethod from_json(json_str: str) HostPerformanceBalanceGetResponse

Create an instance of HostPerformanceBalanceGetResponse from a JSON string

items: Optional[ConstrainedListValue[HostPerformanceBalance]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.host_port_connectivity module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_port_connectivity.HostPortConnectivity(*, details: Optional[StrictStr] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

The connectivity status between the host and the ports on each controller. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) HostPortConnectivity

Create an instance of HostPortConnectivity from a dict

classmethod from_json(json_str: str) HostPortConnectivity

Create an instance of HostPortConnectivity from a JSON string

status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.host_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_post.HostPost(*, chap: Optional[Chap] = None, iqns: Optional[ConstrainedListValue[StrictStr]] = None, nqns: Optional[ConstrainedListValue[StrictStr]] = None, personality: Optional[StrictStr] = None, preferred_arrays: Optional[ConstrainedListValue[Reference]] = None, vlan: Optional[StrictStr] = None, wwns: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
chap: Optional[Chap]
classmethod from_dict(obj: dict) HostPost

Create an instance of HostPost from a dict

classmethod from_json(json_str: str) HostPost

Create an instance of HostPost from a JSON string

iqns: Optional[ConstrainedListValue[StrictStr]]
nqns: Optional[ConstrainedListValue[StrictStr]]
personality: Optional[StrictStr]
preferred_arrays: Optional[ConstrainedListValue[Reference]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vlan: Optional[StrictStr]
wwns: Optional[ConstrainedListValue[StrictStr]]

pypureclient.flasharray.FA_2_34.models.host_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.host_response.HostResponse(*, items: Optional[ConstrainedListValue[Host]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) HostResponse

Create an instance of HostResponse from a dict

classmethod from_json(json_str: str) HostResponse

Create an instance of HostResponse from a JSON string

items: Optional[ConstrainedListValue[Host]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.kmip module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.kmip.Kmip(*, ca_certificate: Optional[ConstrainedStrValue] = None, certificate: Optional[KmipCertificate] = None, kmip_objects: Optional[ConstrainedListValue[KmipObject]] = None, name: Optional[StrictStr] = None, uris: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

A built-in resource. Many are singletons predefined by Purity (e.g., support settings). Some correspond to a piece of software, like an app, or hardware, like a controller. Others are created by the system in response to some event (e.g., alerts, audit records). Typically, a user can’t create, delete or rename a built-in resource. A few can be created or deleted, but not renamed because the names are meaningful to Purity (e.g., VIFs, file systems, file system snapshots, volume snapshot). # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
ca_certificate: Optional[ConstrainedStrValue]
certificate: Optional[KmipCertificate]
classmethod from_dict(obj: dict) Kmip

Create an instance of Kmip from a dict

classmethod from_json(json_str: str) Kmip

Create an instance of Kmip from a JSON string

kmip_objects: Optional[ConstrainedListValue[KmipObject]]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uris: Optional[ConstrainedListValue[StrictStr]]

pypureclient.flasharray.FA_2_34.models.kmip_certificate module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.kmip_certificate.KmipCertificate(*, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) KmipCertificate

Create an instance of KmipCertificate from a dict

classmethod from_json(json_str: str) KmipCertificate

Create an instance of KmipCertificate from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.kmip_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.kmip_get_response.KmipGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Kmip]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) KmipGetResponse

Create an instance of KmipGetResponse from a dict

classmethod from_json(json_str: str) KmipGetResponse

Create an instance of KmipGetResponse from a JSON string

items: Optional[ConstrainedListValue[Kmip]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.kmip_object module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.kmip_object.KmipObject(*, name: Optional[StrictStr] = None, uid: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) KmipObject

Create an instance of KmipObject from a dict

classmethod from_json(json_str: str) KmipObject

Create an instance of KmipObject from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uid: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.kmip_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.kmip_patch.KmipPatch(*, ca_certificate: Optional[ConstrainedStrValue] = None, certificate: Optional[ReferenceNoId] = None, uris: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
ca_certificate: Optional[ConstrainedStrValue]
certificate: Optional[ReferenceNoId]
classmethod from_dict(obj: dict) KmipPatch

Create an instance of KmipPatch from a dict

classmethod from_json(json_str: str) KmipPatch

Create an instance of KmipPatch from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uris: Optional[ConstrainedListValue[StrictStr]]

pypureclient.flasharray.FA_2_34.models.kmip_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.kmip_post.KmipPost(*, ca_certificate: Optional[ConstrainedStrValue] = None, certificate: Optional[ReferenceNoId] = None, uris: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
ca_certificate: Optional[ConstrainedStrValue]
certificate: Optional[ReferenceNoId]
classmethod from_dict(obj: dict) KmipPost

Create an instance of KmipPost from a dict

classmethod from_json(json_str: str) KmipPost

Create an instance of KmipPost from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uris: Optional[ConstrainedListValue[StrictStr]]

pypureclient.flasharray.FA_2_34.models.kmip_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.kmip_response.KmipResponse(*, items: Optional[ConstrainedListValue[Kmip]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) KmipResponse

Create an instance of KmipResponse from a dict

classmethod from_json(json_str: str) KmipResponse

Create an instance of KmipResponse from a JSON string

items: Optional[ConstrainedListValue[Kmip]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.kmip_test_result module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.kmip_test_result.KmipTestResult(*, component_address: Optional[StrictStr] = None, component_name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, destination: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, result_details: Optional[StrictStr] = None, success: Optional[StrictBool] = None, test_type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
component_address: Optional[StrictStr]
component_name: Optional[StrictStr]
description: Optional[StrictStr]
destination: Optional[StrictStr]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) KmipTestResult

Create an instance of KmipTestResult from a dict

classmethod from_json(json_str: str) KmipTestResult

Create an instance of KmipTestResult from a JSON string

result_details: Optional[StrictStr]
success: Optional[StrictBool]
test_type: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.kmip_test_result_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.kmip_test_result_get_response.KmipTestResultGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[KmipTestResult]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) KmipTestResultGetResponse

Create an instance of KmipTestResultGetResponse from a dict

classmethod from_json(json_str: str) KmipTestResultGetResponse

Create an instance of KmipTestResultGetResponse from a JSON string

items: Optional[ConstrainedListValue[KmipTestResult]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.limited_by module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.limited_by.LimitedBy(*, member: Optional[FixedReferenceWithType] = None, policy: Optional[FixedReferenceWithType] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) LimitedBy

Create an instance of LimitedBy from a dict

classmethod from_json(json_str: str) LimitedBy

Create an instance of LimitedBy from a JSON string

member: Optional[FixedReferenceWithType]
policy: Optional[FixedReferenceWithType]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.local_group module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_group.LocalGroup(*, built_in: Optional[StrictBool] = None, email: Optional[StrictStr] = None, gid: Optional[StrictInt] = None, name: Optional[StrictStr] = None, sid: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
built_in: Optional[StrictBool]
email: Optional[StrictStr]
classmethod from_dict(obj: dict) LocalGroup

Create an instance of LocalGroup from a dict

classmethod from_json(json_str: str) LocalGroup

Create an instance of LocalGroup from a JSON string

gid: Optional[StrictInt]
name: Optional[StrictStr]
sid: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.local_group_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_group_get_response.LocalGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[LocalGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) LocalGroupGetResponse

Create an instance of LocalGroupGetResponse from a dict

classmethod from_json(json_str: str) LocalGroupGetResponse

Create an instance of LocalGroupGetResponse from a JSON string

items: Optional[ConstrainedListValue[LocalGroup]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.local_group_membership_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_group_membership_post.LocalGroupMembershipPost(*, members: Optional[ConstrainedListValue[LocalgroupmembershippostMembers]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) LocalGroupMembershipPost

Create an instance of LocalGroupMembershipPost from a dict

classmethod from_json(json_str: str) LocalGroupMembershipPost

Create an instance of LocalGroupMembershipPost from a JSON string

members: Optional[ConstrainedListValue[LocalgroupmembershippostMembers]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.local_group_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_group_post.LocalGroupPost(*, email: Optional[StrictStr] = None, gid: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
email: Optional[StrictStr]
classmethod from_dict(obj: dict) LocalGroupPost

Create an instance of LocalGroupPost from a dict

classmethod from_json(json_str: str) LocalGroupPost

Create an instance of LocalGroupPost from a JSON string

gid: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.local_group_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_group_response.LocalGroupResponse(*, items: Optional[ConstrainedListValue[LocalGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) LocalGroupResponse

Create an instance of LocalGroupResponse from a dict

classmethod from_json(json_str: str) LocalGroupResponse

Create an instance of LocalGroupResponse from a JSON string

items: Optional[ConstrainedListValue[LocalGroup]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.local_member module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_member.LocalMember(*, group: Optional[FixedReferenceWithType] = None, group_gid: Optional[StrictInt] = None, is_primary_group: Optional[StrictBool] = None, member: Optional[FixedReferenceWithType] = None, member_id: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) LocalMember

Create an instance of LocalMember from a dict

classmethod from_json(json_str: str) LocalMember

Create an instance of LocalMember from a JSON string

group: Optional[FixedReferenceWithType]
group_gid: Optional[StrictInt]
is_primary_group: Optional[StrictBool]
member: Optional[FixedReferenceWithType]
member_id: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.local_membership_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_membership_get_response.LocalMembershipGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[LocalMember]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) LocalMembershipGetResponse

Create an instance of LocalMembershipGetResponse from a dict

classmethod from_json(json_str: str) LocalMembershipGetResponse

Create an instance of LocalMembershipGetResponse from a JSON string

items: Optional[ConstrainedListValue[LocalMember]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.local_membership_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_membership_response.LocalMembershipResponse(*, items: Optional[ConstrainedListValue[LocalMember]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) LocalMembershipResponse

Create an instance of LocalMembershipResponse from a dict

classmethod from_json(json_str: str) LocalMembershipResponse

Create an instance of LocalMembershipResponse from a JSON string

items: Optional[ConstrainedListValue[LocalMember]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.local_user module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_user.LocalUser(*, built_in: Optional[StrictBool] = None, email: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, name: Optional[StrictStr] = None, primary_group: Optional[ReferenceWithType] = None, sid: Optional[StrictStr] = None, uid: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
built_in: Optional[StrictBool]
email: Optional[StrictStr]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) LocalUser

Create an instance of LocalUser from a dict

classmethod from_json(json_str: str) LocalUser

Create an instance of LocalUser from a JSON string

name: Optional[StrictStr]
primary_group: Optional[ReferenceWithType]
sid: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uid: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.local_user_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_user_get_response.LocalUserGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[LocalUser]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) LocalUserGetResponse

Create an instance of LocalUserGetResponse from a dict

classmethod from_json(json_str: str) LocalUserGetResponse

Create an instance of LocalUserGetResponse from a JSON string

items: Optional[ConstrainedListValue[LocalUser]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.local_user_membership_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_user_membership_post.LocalUserMembershipPost(*, groups: Optional[ConstrainedListValue[LocalusermembershippostGroups]] = None, is_primary: Optional[StrictBool] = False)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) LocalUserMembershipPost

Create an instance of LocalUserMembershipPost from a dict

classmethod from_json(json_str: str) LocalUserMembershipPost

Create an instance of LocalUserMembershipPost from a JSON string

groups: Optional[ConstrainedListValue[LocalusermembershippostGroups]]
is_primary: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.local_user_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_user_patch.LocalUserPatch(*, email: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, name: Optional[StrictStr] = None, password: Optional[StrictStr] = None, primary_group: Optional[ReferenceWithType] = None, uid: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
email: Optional[StrictStr]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) LocalUserPatch

Create an instance of LocalUserPatch from a dict

classmethod from_json(json_str: str) LocalUserPatch

Create an instance of LocalUserPatch from a JSON string

name: Optional[StrictStr]
password: Optional[StrictStr]
primary_group: Optional[ReferenceWithType]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uid: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.local_user_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_user_post.LocalUserPost(*, email: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, password: Optional[StrictStr] = None, primary_group: Optional[ReferenceWithType] = None, uid: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
email: Optional[StrictStr]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) LocalUserPost

Create an instance of LocalUserPost from a dict

classmethod from_json(json_str: str) LocalUserPost

Create an instance of LocalUserPost from a JSON string

password: Optional[StrictStr]
primary_group: Optional[ReferenceWithType]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uid: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.local_user_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.local_user_response.LocalUserResponse(*, items: Optional[ConstrainedListValue[LocalUser]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) LocalUserResponse

Create an instance of LocalUserResponse from a dict

classmethod from_json(json_str: str) LocalUserResponse

Create an instance of LocalUserResponse from a JSON string

items: Optional[ConstrainedListValue[LocalUser]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.localgroupmembershippost_members module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.localgroupmembershippost_members.LocalgroupmembershippostMembers(*, member: Optional[ReferenceWithType] = None, member_id: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) LocalgroupmembershippostMembers

Create an instance of LocalgroupmembershippostMembers from a dict

classmethod from_json(json_str: str) LocalgroupmembershippostMembers

Create an instance of LocalgroupmembershippostMembers from a JSON string

member: Optional[ReferenceWithType]
member_id: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.localusermembershippost_groups module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.localusermembershippost_groups.LocalusermembershippostGroups(*, group: Optional[ReferenceWithType] = None, group_gid: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) LocalusermembershippostGroups

Create an instance of LocalusermembershippostGroups from a dict

classmethod from_json(json_str: str) LocalusermembershippostGroups

Create an instance of LocalusermembershippostGroups from a JSON string

group: Optional[ReferenceWithType]
group_gid: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.maintenance_window module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.maintenance_window.MaintenanceWindow(*, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, expires: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
expires: Optional[StrictInt]
classmethod from_dict(obj: dict) MaintenanceWindow

Create an instance of MaintenanceWindow from a dict

classmethod from_json(json_str: str) MaintenanceWindow

Create an instance of MaintenanceWindow from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.maintenance_window_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.maintenance_window_post.MaintenanceWindowPost(*, timeout: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) MaintenanceWindowPost

Create an instance of MaintenanceWindowPost from a dict

classmethod from_json(json_str: str) MaintenanceWindowPost

Create an instance of MaintenanceWindowPost from a JSON string

timeout: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.maintenance_windows_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.maintenance_windows_get_response.MaintenanceWindowsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[MaintenanceWindow]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) MaintenanceWindowsGetResponse

Create an instance of MaintenanceWindowsGetResponse from a dict

classmethod from_json(json_str: str) MaintenanceWindowsGetResponse

Create an instance of MaintenanceWindowsGetResponse from a JSON string

items: Optional[ConstrainedListValue[MaintenanceWindow]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.maintenance_windows_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.maintenance_windows_response.MaintenanceWindowsResponse(*, items: Optional[ConstrainedListValue[MaintenanceWindow]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) MaintenanceWindowsResponse

Create an instance of MaintenanceWindowsResponse from a dict

classmethod from_json(json_str: str) MaintenanceWindowsResponse

Create an instance of MaintenanceWindowsResponse from a JSON string

items: Optional[ConstrainedListValue[MaintenanceWindow]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.mapping_policy module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.mapping_policy.MappingPolicy(*, id: Optional[StrictStr] = None, direction: Optional[StrictStr] = None, local_policy: Optional[ReferenceWithType] = None, mapping: Optional[StrictStr] = None, pod_replica_link: Optional[PodReplicaLinkReference] = None, policy_type: Optional[StrictStr] = None, remote_policy: Optional[ReferenceWithType] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
direction: Optional[StrictStr]
classmethod from_dict(obj: dict) MappingPolicy

Create an instance of MappingPolicy from a dict

classmethod from_json(json_str: str) MappingPolicy

Create an instance of MappingPolicy from a JSON string

id: Optional[StrictStr]
local_policy: Optional[ReferenceWithType]
mapping: Optional[StrictStr]
policy_type: Optional[StrictStr]
remote_policy: Optional[ReferenceWithType]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.mapping_policy_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.mapping_policy_patch.MappingPolicyPatch(*, mapping: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) MappingPolicyPatch

Create an instance of MappingPolicyPatch from a dict

classmethod from_json(json_str: str) MappingPolicyPatch

Create an instance of MappingPolicyPatch from a JSON string

mapping: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.member module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member.Member(*, group: Optional[Reference] = None, member: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Member

Create an instance of Member from a dict

classmethod from_json(json_str: str) Member

Create an instance of Member from a JSON string

group: Optional[Reference]
member: Optional[Reference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.member_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member_get_response.MemberGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Member]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) MemberGetResponse

Create an instance of MemberGetResponse from a dict

classmethod from_json(json_str: str) MemberGetResponse

Create an instance of MemberGetResponse from a JSON string

items: Optional[ConstrainedListValue[Member]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.member_no_id_all module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member_no_id_all.MemberNoIdAll(*, group: Optional[ReferenceNoId] = None, member: Optional[ReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) MemberNoIdAll

Create an instance of MemberNoIdAll from a dict

classmethod from_json(json_str: str) MemberNoIdAll

Create an instance of MemberNoIdAll from a JSON string

group: Optional[ReferenceNoId]
member: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.member_no_id_all_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member_no_id_all_get_response.MemberNoIdAllGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[MemberNoIdAll]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) MemberNoIdAllGetResponse

Create an instance of MemberNoIdAllGetResponse from a dict

classmethod from_json(json_str: str) MemberNoIdAllGetResponse

Create an instance of MemberNoIdAllGetResponse from a JSON string

items: Optional[ConstrainedListValue[MemberNoIdAll]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.member_no_id_all_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member_no_id_all_response.MemberNoIdAllResponse(*, items: Optional[ConstrainedListValue[MemberNoIdAll]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) MemberNoIdAllResponse

Create an instance of MemberNoIdAllResponse from a dict

classmethod from_json(json_str: str) MemberNoIdAllResponse

Create an instance of MemberNoIdAllResponse from a JSON string

items: Optional[ConstrainedListValue[MemberNoIdAll]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.member_no_id_group module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member_no_id_group.MemberNoIdGroup(*, group: Optional[ReferenceNoId] = None, member: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) MemberNoIdGroup

Create an instance of MemberNoIdGroup from a dict

classmethod from_json(json_str: str) MemberNoIdGroup

Create an instance of MemberNoIdGroup from a JSON string

group: Optional[ReferenceNoId]
member: Optional[Reference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.member_no_id_member module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member_no_id_member.MemberNoIdMember(*, group: Optional[Reference] = None, member: Optional[ReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) MemberNoIdMember

Create an instance of MemberNoIdMember from a dict

classmethod from_json(json_str: str) MemberNoIdMember

Create an instance of MemberNoIdMember from a JSON string

group: Optional[Reference]
member: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.member_no_id_member_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member_no_id_member_get_response.MemberNoIdMemberGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[MemberNoIdMember]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) MemberNoIdMemberGetResponse

Create an instance of MemberNoIdMemberGetResponse from a dict

classmethod from_json(json_str: str) MemberNoIdMemberGetResponse

Create an instance of MemberNoIdMemberGetResponse from a JSON string

items: Optional[ConstrainedListValue[MemberNoIdMember]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.member_no_id_member_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member_no_id_member_response.MemberNoIdMemberResponse(*, items: Optional[ConstrainedListValue[MemberNoIdMember]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) MemberNoIdMemberResponse

Create an instance of MemberNoIdMemberResponse from a dict

classmethod from_json(json_str: str) MemberNoIdMemberResponse

Create an instance of MemberNoIdMemberResponse from a JSON string

items: Optional[ConstrainedListValue[MemberNoIdMember]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.member_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.member_response.MemberResponse(*, items: Optional[ConstrainedListValue[Member]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) MemberResponse

Create an instance of MemberResponse from a dict

classmethod from_json(json_str: str) MemberResponse

Create an instance of MemberResponse from a JSON string

items: Optional[ConstrainedListValue[Member]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface.NetworkInterface(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, eth: Optional[NetworkInterfaceEth] = None, fc: Optional[NetworkInterfaceFc] = None, interface_type: Optional[StrictStr] = None, services: Optional[ConstrainedListValue[StrictStr]] = None, speed: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
eth: Optional[NetworkInterfaceEth]
fc: Optional[NetworkInterfaceFc]
classmethod from_dict(obj: dict) NetworkInterface

Create an instance of NetworkInterface from a dict

classmethod from_json(json_str: str) NetworkInterface

Create an instance of NetworkInterface from a JSON string

interface_type: Optional[StrictStr]
name: Optional[StrictStr]
services: Optional[ConstrainedListValue[StrictStr]]
speed: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_eth module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_eth.NetworkInterfaceEth(*, address: Optional[StrictStr] = None, gateway: Optional[StrictStr] = None, mac_address: Optional[StrictStr] = None, mtu: Optional[StrictInt] = None, netmask: Optional[StrictStr] = None, subinterfaces: Optional[ConstrainedListValue[FixedReferenceNoId]] = None, subnet: Optional[ReferenceNoId] = None, subtype: Optional[StrictStr] = None, vlan: Optional[StrictInt] = None)

Bases: BaseModel

Ethernet network interface properties. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
address: Optional[StrictStr]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfaceEth

Create an instance of NetworkInterfaceEth from a dict

classmethod from_json(json_str: str) NetworkInterfaceEth

Create an instance of NetworkInterfaceEth from a JSON string

gateway: Optional[StrictStr]
mac_address: Optional[StrictStr]
mtu: Optional[StrictInt]
netmask: Optional[StrictStr]
subinterfaces: Optional[ConstrainedListValue[FixedReferenceNoId]]
subnet: Optional[ReferenceNoId]
subtype: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vlan: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.network_interface_fc module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_fc.NetworkInterfaceFc(*, wwn: Optional[StrictStr] = None)

Bases: BaseModel

Fibre Channel port properties. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfaceFc

Create an instance of NetworkInterfaceFc from a dict

classmethod from_json(json_str: str) NetworkInterfaceFc

Create an instance of NetworkInterfaceFc from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

wwn: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.network_interface_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_get_response.NetworkInterfaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[NetworkInterface]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) NetworkInterfaceGetResponse

Create an instance of NetworkInterfaceGetResponse from a dict

classmethod from_json(json_str: str) NetworkInterfaceGetResponse

Create an instance of NetworkInterfaceGetResponse from a JSON string

items: Optional[ConstrainedListValue[NetworkInterface]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.network_interface_neighbor module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_neighbor.NetworkInterfaceNeighbor(*, initial_ttl_in_sec: Optional[StrictInt] = None, local_port: Optional[FixedReferenceNoId] = None, neighbor_chassis: Optional[NetworkInterfaceNeighborNeighborChassis] = None, neighbor_port: Optional[NetworkInterfaceNeighborNeighborPort] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfaceNeighbor

Create an instance of NetworkInterfaceNeighbor from a dict

classmethod from_json(json_str: str) NetworkInterfaceNeighbor

Create an instance of NetworkInterfaceNeighbor from a JSON string

initial_ttl_in_sec: Optional[StrictInt]
local_port: Optional[FixedReferenceNoId]
neighbor_chassis: Optional[NetworkInterfaceNeighborNeighborChassis]
neighbor_port: Optional[NetworkInterfaceNeighborNeighborPort]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_capability module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_capability.NetworkInterfaceNeighborCapability(*, enabled: Optional[StrictBool] = None, supported: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) NetworkInterfaceNeighborCapability

Create an instance of NetworkInterfaceNeighborCapability from a dict

classmethod from_json(json_str: str) NetworkInterfaceNeighborCapability

Create an instance of NetworkInterfaceNeighborCapability from a JSON string

supported: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_get_response.NetworkInterfaceNeighborGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[NetworkInterfaceNeighbor]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) NetworkInterfaceNeighborGetResponse

Create an instance of NetworkInterfaceNeighborGetResponse from a dict

classmethod from_json(json_str: str) NetworkInterfaceNeighborGetResponse

Create an instance of NetworkInterfaceNeighborGetResponse from a JSON string

items: Optional[ConstrainedListValue[NetworkInterfaceNeighbor]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_neighbor_chassis module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_neighbor_chassis.NetworkInterfaceNeighborNeighborChassis(*, addresses: Optional[ConstrainedListValue[StrictStr]] = None, bridge: Optional[NetworkInterfaceNeighborCapability] = None, description: Optional[StrictStr] = None, docsis_cable_device: Optional[NetworkInterfaceNeighborCapability] = None, id: Optional[NetworkInterfaceNeighborNeighborChassisId] = None, name: Optional[StrictStr] = None, repeater: Optional[NetworkInterfaceNeighborCapability] = None, router: Optional[NetworkInterfaceNeighborCapability] = None, station_only: Optional[NetworkInterfaceNeighborCapability] = None, telephone: Optional[NetworkInterfaceNeighborCapability] = None, wlan_access_point: Optional[NetworkInterfaceNeighborCapability] = None)

Bases: BaseModel

The neighboring physical component incorporating one or more IEEE 802 LAN stations and their associated application functionality. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
addresses: Optional[ConstrainedListValue[StrictStr]]
as_request_dict() Dict[str, Any]
bridge: Optional[NetworkInterfaceNeighborCapability]
description: Optional[StrictStr]
docsis_cable_device: Optional[NetworkInterfaceNeighborCapability]
classmethod from_dict(obj: dict) NetworkInterfaceNeighborNeighborChassis

Create an instance of NetworkInterfaceNeighborNeighborChassis from a dict

classmethod from_json(json_str: str) NetworkInterfaceNeighborNeighborChassis

Create an instance of NetworkInterfaceNeighborNeighborChassis from a JSON string

id: Optional[NetworkInterfaceNeighborNeighborChassisId]
name: Optional[StrictStr]
repeater: Optional[NetworkInterfaceNeighborCapability]
router: Optional[NetworkInterfaceNeighborCapability]
station_only: Optional[NetworkInterfaceNeighborCapability]
telephone: Optional[NetworkInterfaceNeighborCapability]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

wlan_access_point: Optional[NetworkInterfaceNeighborCapability]

pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_neighbor_chassis_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_neighbor_chassis_id.NetworkInterfaceNeighborNeighborChassisId(*, type: Optional[StrictStr] = None, value: Optional[StrictStr] = None)

Bases: BaseModel

An administratively assigned identifier of the particular neighboring chassis. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfaceNeighborNeighborChassisId

Create an instance of NetworkInterfaceNeighborNeighborChassisId from a dict

classmethod from_json(json_str: str) NetworkInterfaceNeighborNeighborChassisId

Create an instance of NetworkInterfaceNeighborNeighborChassisId from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]
value: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_neighbor_port module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_neighbor_port.NetworkInterfaceNeighborNeighborPort(*, description: Optional[StrictStr] = None, id: Optional[NetworkInterfaceNeighborNeighborPortId] = None)

Bases: BaseModel

The neighboring port connected to the FlashArray local port. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
description: Optional[StrictStr]
classmethod from_dict(obj: dict) NetworkInterfaceNeighborNeighborPort

Create an instance of NetworkInterfaceNeighborNeighborPort from a dict

classmethod from_json(json_str: str) NetworkInterfaceNeighborNeighborPort

Create an instance of NetworkInterfaceNeighborNeighborPort from a JSON string

id: Optional[NetworkInterfaceNeighborNeighborPortId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_neighbor_port_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_neighbor_port_id.NetworkInterfaceNeighborNeighborPortId(*, type: Optional[StrictStr] = None, value: Optional[StrictStr] = None)

Bases: BaseModel

An administratively assigned identifier of the particular neighboring port. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfaceNeighborNeighborPortId

Create an instance of NetworkInterfaceNeighborNeighborPortId from a dict

classmethod from_json(json_str: str) NetworkInterfaceNeighborNeighborPortId

Create an instance of NetworkInterfaceNeighborNeighborPortId from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

type: Optional[StrictStr]
value: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_neighbor_response.NetworkInterfaceNeighborResponse(*, items: Optional[ConstrainedListValue[NetworkInterfaceNeighbor]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfaceNeighborResponse

Create an instance of NetworkInterfaceNeighborResponse from a dict

classmethod from_json(json_str: str) NetworkInterfaceNeighborResponse

Create an instance of NetworkInterfaceNeighborResponse from a JSON string

items: Optional[ConstrainedListValue[NetworkInterfaceNeighbor]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_patch.NetworkInterfacePatch(*, enabled: Optional[StrictBool] = None, eth: Optional[NetworkinterfacepatchEth] = None, override_npiv_check: Optional[StrictBool] = None, services: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
eth: Optional[NetworkinterfacepatchEth]
classmethod from_dict(obj: dict) NetworkInterfacePatch

Create an instance of NetworkInterfacePatch from a dict

classmethod from_json(json_str: str) NetworkInterfacePatch

Create an instance of NetworkInterfacePatch from a JSON string

override_npiv_check: Optional[StrictBool]
services: Optional[ConstrainedListValue[StrictStr]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_performance.NetworkInterfacePerformance(*, name: Optional[StrictStr] = None, eth: Optional[NetworkInterfacePerformanceEth] = None, fc: Optional[NetworkInterfacePerformanceFc] = None, interface_type: Optional[StrictStr] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
eth: Optional[NetworkInterfacePerformanceEth]
fc: Optional[NetworkInterfacePerformanceFc]
classmethod from_dict(obj: dict) NetworkInterfacePerformance

Create an instance of NetworkInterfacePerformance from a dict

classmethod from_json(json_str: str) NetworkInterfacePerformance

Create an instance of NetworkInterfacePerformance from a JSON string

interface_type: Optional[StrictStr]
name: Optional[StrictStr]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_performance_eth module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_performance_eth.NetworkInterfacePerformanceEth(*, other_errors_per_sec: Optional[ConstrainedIntValue] = None, received_bytes_per_sec: Optional[ConstrainedIntValue] = None, received_crc_errors_per_sec: Optional[ConstrainedIntValue] = None, received_frame_errors_per_sec: Optional[ConstrainedIntValue] = None, received_packets_per_sec: Optional[ConstrainedIntValue] = None, total_errors_per_sec: Optional[ConstrainedIntValue] = None, transmitted_bytes_per_sec: Optional[ConstrainedIntValue] = None, transmitted_carrier_errors_per_sec: Optional[ConstrainedIntValue] = None, transmitted_dropped_errors_per_sec: Optional[ConstrainedIntValue] = None, transmitted_packets_per_sec: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

Ethernet network interface statistics. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfacePerformanceEth

Create an instance of NetworkInterfacePerformanceEth from a dict

classmethod from_json(json_str: str) NetworkInterfacePerformanceEth

Create an instance of NetworkInterfacePerformanceEth from a JSON string

other_errors_per_sec: Optional[ConstrainedIntValue]
received_bytes_per_sec: Optional[ConstrainedIntValue]
received_crc_errors_per_sec: Optional[ConstrainedIntValue]
received_frame_errors_per_sec: Optional[ConstrainedIntValue]
received_packets_per_sec: Optional[ConstrainedIntValue]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_errors_per_sec: Optional[ConstrainedIntValue]
transmitted_bytes_per_sec: Optional[ConstrainedIntValue]
transmitted_carrier_errors_per_sec: Optional[ConstrainedIntValue]
transmitted_dropped_errors_per_sec: Optional[ConstrainedIntValue]
transmitted_packets_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.network_interface_performance_fc module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_performance_fc.NetworkInterfacePerformanceFc(*, received_bytes_per_sec: Optional[ConstrainedIntValue] = None, received_crc_errors_per_sec: Optional[ConstrainedIntValue] = None, received_frames_per_sec: Optional[ConstrainedIntValue] = None, received_link_failures_per_sec: Optional[ConstrainedIntValue] = None, received_loss_of_signal_per_sec: Optional[ConstrainedIntValue] = None, received_loss_of_sync_per_sec: Optional[ConstrainedIntValue] = None, total_errors_per_sec: Optional[ConstrainedIntValue] = None, transmitted_bytes_per_sec: Optional[ConstrainedIntValue] = None, transmitted_frames_per_sec: Optional[ConstrainedIntValue] = None, transmitted_invalid_words_per_sec: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

Fibre Channel port statistics. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfacePerformanceFc

Create an instance of NetworkInterfacePerformanceFc from a dict

classmethod from_json(json_str: str) NetworkInterfacePerformanceFc

Create an instance of NetworkInterfacePerformanceFc from a JSON string

received_bytes_per_sec: Optional[ConstrainedIntValue]
received_crc_errors_per_sec: Optional[ConstrainedIntValue]
received_frames_per_sec: Optional[ConstrainedIntValue]
received_loss_of_signal_per_sec: Optional[ConstrainedIntValue]
received_loss_of_sync_per_sec: Optional[ConstrainedIntValue]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_errors_per_sec: Optional[ConstrainedIntValue]
transmitted_bytes_per_sec: Optional[ConstrainedIntValue]
transmitted_frames_per_sec: Optional[ConstrainedIntValue]
transmitted_invalid_words_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.network_interface_performance_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_performance_get_response.NetworkInterfacePerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[NetworkInterfacePerformance]] = None, total: Optional[ConstrainedListValue[NetworkInterfacePerformance]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) NetworkInterfacePerformanceGetResponse

Create an instance of NetworkInterfacePerformanceGetResponse from a dict

classmethod from_json(json_str: str) NetworkInterfacePerformanceGetResponse

Create an instance of NetworkInterfacePerformanceGetResponse from a JSON string

items: Optional[ConstrainedListValue[NetworkInterfacePerformance]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[NetworkInterfacePerformance]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_rx_los module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_rx_los.NetworkInterfacePortDetailsRxLos(*, channel: Optional[StrictInt] = None, flag: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
channel: Optional[StrictInt]
flag: Optional[StrictBool]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsRxLos

Create an instance of NetworkInterfacePortDetailsRxLos from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsRxLos

Create an instance of NetworkInterfacePortDetailsRxLos from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_rx_power module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_rx_power.NetworkInterfacePortDetailsRxPower(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
channel: Optional[StrictInt]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsRxPower

Create an instance of NetworkInterfacePortDetailsRxPower from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsRxPower

Create an instance of NetworkInterfacePortDetailsRxPower from a JSON string

measurement: Optional[Union[StrictFloat, StrictInt]]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static.NetworkInterfacePortDetailsStatic(*, cable_technology: Optional[ConstrainedListValue[StrictStr]] = None, connector_type: Optional[StrictStr] = None, encoding: Optional[StrictStr] = None, extended_identifier: Optional[StrictStr] = None, fc_link_lengths: Optional[ConstrainedListValue[StrictStr]] = None, fc_speeds: Optional[StrictStr] = None, fc_technology: Optional[ConstrainedListValue[StrictStr]] = None, fc_transmission_media: Optional[ConstrainedListValue[StrictStr]] = None, identifier: Optional[StrictStr] = None, link_length: Optional[StrictStr] = None, rate_identifier: Optional[StrictStr] = None, rx_power_thresholds: Optional[NetworkInterfacePortDetailsStaticRxPowerThresholds] = None, signaling_rate: Optional[StrictStr] = None, signaling_rate_max: Optional[StrictStr] = None, signaling_rate_min: Optional[StrictStr] = None, specifications: Optional[ConstrainedListValue[StrictStr]] = None, temperature_thresholds: Optional[NetworkInterfacePortDetailsStaticTemperatureThresholds] = None, tx_bias_thresholds: Optional[NetworkInterfacePortDetailsStaticTxBiasThresholds] = None, tx_power_thresholds: Optional[NetworkInterfacePortDetailsStaticTxPowerThresholds] = None, vendor_date_code: Optional[ConstrainedStrValue] = None, vendor_name: Optional[ConstrainedStrValue] = None, vendor_oui: Optional[ConstrainedStrValue] = None, vendor_part_number: Optional[ConstrainedStrValue] = None, vendor_revision: Optional[ConstrainedStrValue] = None, vendor_serial_number: Optional[ConstrainedStrValue] = None, voltage_thresholds: Optional[NetworkInterfacePortDetailsStaticVoltageThresholds] = None, wavelength: Optional[StrictStr] = None)

Bases: BaseModel

Static module identity and capabilities information for the specified network interface or Fibre Channel port. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
cable_technology: Optional[ConstrainedListValue[StrictStr]]
connector_type: Optional[StrictStr]
encoding: Optional[StrictStr]
extended_identifier: Optional[StrictStr]
fc_speeds: Optional[StrictStr]
fc_technology: Optional[ConstrainedListValue[StrictStr]]
fc_transmission_media: Optional[ConstrainedListValue[StrictStr]]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStatic

Create an instance of NetworkInterfacePortDetailsStatic from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsStatic

Create an instance of NetworkInterfacePortDetailsStatic from a JSON string

identifier: Optional[StrictStr]
rate_identifier: Optional[StrictStr]
rx_power_thresholds: Optional[NetworkInterfacePortDetailsStaticRxPowerThresholds]
signaling_rate: Optional[StrictStr]
signaling_rate_max: Optional[StrictStr]
signaling_rate_min: Optional[StrictStr]
specifications: Optional[ConstrainedListValue[StrictStr]]
temperature_thresholds: Optional[NetworkInterfacePortDetailsStaticTemperatureThresholds]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

tx_bias_thresholds: Optional[NetworkInterfacePortDetailsStaticTxBiasThresholds]
tx_power_thresholds: Optional[NetworkInterfacePortDetailsStaticTxPowerThresholds]
vendor_date_code: Optional[ConstrainedStrValue]
vendor_name: Optional[ConstrainedStrValue]
vendor_oui: Optional[ConstrainedStrValue]
vendor_part_number: Optional[ConstrainedStrValue]
vendor_revision: Optional[ConstrainedStrValue]
vendor_serial_number: Optional[ConstrainedStrValue]
voltage_thresholds: Optional[NetworkInterfacePortDetailsStaticVoltageThresholds]
wavelength: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_rx_power_thresholds module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_rx_power_thresholds.NetworkInterfacePortDetailsStaticRxPowerThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)

Bases: BaseModel

The alarm low, warn low, warn high, alarm high thresholds for Rx input power in mW. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
alarm_high: Optional[Union[StrictFloat, StrictInt]]
alarm_low: Optional[Union[StrictFloat, StrictInt]]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticRxPowerThresholds

Create an instance of NetworkInterfacePortDetailsStaticRxPowerThresholds from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticRxPowerThresholds

Create an instance of NetworkInterfacePortDetailsStaticRxPowerThresholds from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

warn_high: Optional[Union[StrictFloat, StrictInt]]
warn_low: Optional[Union[StrictFloat, StrictInt]]

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_temperature_thresholds module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_temperature_thresholds.NetworkInterfacePortDetailsStaticTemperatureThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)

Bases: BaseModel

The alarm low, warn low, warn high, alarm high thresholds for temperature in degrees Celsius. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
alarm_high: Optional[Union[StrictFloat, StrictInt]]
alarm_low: Optional[Union[StrictFloat, StrictInt]]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticTemperatureThresholds

Create an instance of NetworkInterfacePortDetailsStaticTemperatureThresholds from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticTemperatureThresholds

Create an instance of NetworkInterfacePortDetailsStaticTemperatureThresholds from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

warn_high: Optional[Union[StrictFloat, StrictInt]]
warn_low: Optional[Union[StrictFloat, StrictInt]]

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_tx_bias_thresholds module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_tx_bias_thresholds.NetworkInterfacePortDetailsStaticTxBiasThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)

Bases: BaseModel

The alarm low, warn low, warn high, alarm high thresholds for Tx bias current in mA. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
alarm_high: Optional[Union[StrictFloat, StrictInt]]
alarm_low: Optional[Union[StrictFloat, StrictInt]]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticTxBiasThresholds

Create an instance of NetworkInterfacePortDetailsStaticTxBiasThresholds from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticTxBiasThresholds

Create an instance of NetworkInterfacePortDetailsStaticTxBiasThresholds from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

warn_high: Optional[Union[StrictFloat, StrictInt]]
warn_low: Optional[Union[StrictFloat, StrictInt]]

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_tx_power_thresholds module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_tx_power_thresholds.NetworkInterfacePortDetailsStaticTxPowerThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)

Bases: BaseModel

The alarm low, warn low, warn high, alarm high thresholds for Tx output power in mW. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
alarm_high: Optional[Union[StrictFloat, StrictInt]]
alarm_low: Optional[Union[StrictFloat, StrictInt]]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticTxPowerThresholds

Create an instance of NetworkInterfacePortDetailsStaticTxPowerThresholds from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticTxPowerThresholds

Create an instance of NetworkInterfacePortDetailsStaticTxPowerThresholds from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

warn_high: Optional[Union[StrictFloat, StrictInt]]
warn_low: Optional[Union[StrictFloat, StrictInt]]

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_voltage_thresholds module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_static_voltage_thresholds.NetworkInterfacePortDetailsStaticVoltageThresholds(*, alarm_high: Optional[Union[StrictFloat, StrictInt]] = None, alarm_low: Optional[Union[StrictFloat, StrictInt]] = None, warn_high: Optional[Union[StrictFloat, StrictInt]] = None, warn_low: Optional[Union[StrictFloat, StrictInt]] = None)

Bases: BaseModel

The alarm low, warn low, warn high, alarm high thresholds for supply voltage (in volts). # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
alarm_high: Optional[Union[StrictFloat, StrictInt]]
alarm_low: Optional[Union[StrictFloat, StrictInt]]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsStaticVoltageThresholds

Create an instance of NetworkInterfacePortDetailsStaticVoltageThresholds from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsStaticVoltageThresholds

Create an instance of NetworkInterfacePortDetailsStaticVoltageThresholds from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

warn_high: Optional[Union[StrictFloat, StrictInt]]
warn_low: Optional[Union[StrictFloat, StrictInt]]

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_temperature module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_temperature.NetworkInterfacePortDetailsTemperature(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
channel: Optional[StrictInt]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsTemperature

Create an instance of NetworkInterfacePortDetailsTemperature from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsTemperature

Create an instance of NetworkInterfacePortDetailsTemperature from a JSON string

measurement: Optional[Union[StrictFloat, StrictInt]]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_tx_bias module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_tx_bias.NetworkInterfacePortDetailsTxBias(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
channel: Optional[StrictInt]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsTxBias

Create an instance of NetworkInterfacePortDetailsTxBias from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsTxBias

Create an instance of NetworkInterfacePortDetailsTxBias from a JSON string

measurement: Optional[Union[StrictFloat, StrictInt]]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_tx_fault module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_tx_fault.NetworkInterfacePortDetailsTxFault(*, channel: Optional[StrictInt] = None, flag: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
channel: Optional[StrictInt]
flag: Optional[StrictBool]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsTxFault

Create an instance of NetworkInterfacePortDetailsTxFault from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsTxFault

Create an instance of NetworkInterfacePortDetailsTxFault from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_tx_power module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_tx_power.NetworkInterfacePortDetailsTxPower(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
channel: Optional[StrictInt]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsTxPower

Create an instance of NetworkInterfacePortDetailsTxPower from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsTxPower

Create an instance of NetworkInterfacePortDetailsTxPower from a JSON string

measurement: Optional[Union[StrictFloat, StrictInt]]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_port_details_voltage module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_port_details_voltage.NetworkInterfacePortDetailsVoltage(*, channel: Optional[StrictInt] = None, measurement: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
channel: Optional[StrictInt]
classmethod from_dict(obj: dict) NetworkInterfacePortDetailsVoltage

Create an instance of NetworkInterfacePortDetailsVoltage from a dict

classmethod from_json(json_str: str) NetworkInterfacePortDetailsVoltage

Create an instance of NetworkInterfacePortDetailsVoltage from a JSON string

measurement: Optional[Union[StrictFloat, StrictInt]]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_post.NetworkInterfacePost(*, name: Optional[StrictStr] = None, eth: Optional[NetworkinterfacepostEth] = None, services: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
eth: Optional[NetworkinterfacepostEth]
classmethod from_dict(obj: dict) NetworkInterfacePost

Create an instance of NetworkInterfacePost from a dict

classmethod from_json(json_str: str) NetworkInterfacePost

Create an instance of NetworkInterfacePost from a JSON string

name: Optional[StrictStr]
services: Optional[ConstrainedListValue[StrictStr]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interface_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interface_response.NetworkInterfaceResponse(*, items: Optional[ConstrainedListValue[NetworkInterface]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfaceResponse

Create an instance of NetworkInterfaceResponse from a dict

classmethod from_json(json_str: str) NetworkInterfaceResponse

Create an instance of NetworkInterfaceResponse from a JSON string

items: Optional[ConstrainedListValue[NetworkInterface]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.network_interfaces_port_details module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interfaces_port_details.NetworkInterfacesPortDetails(*, name: Optional[StrictStr] = None, interface_type: Optional[StrictStr] = None, rx_los: Optional[ConstrainedListValue[NetworkInterfacePortDetailsRxLos]] = None, rx_power: Optional[ConstrainedListValue[NetworkInterfacePortDetailsRxPower]] = None, static: Optional[NetworkInterfacePortDetailsStatic] = None, temperature: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTemperature]] = None, tx_bias: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxBias]] = None, tx_fault: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxFault]] = None, tx_power: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxPower]] = None, voltage: Optional[ConstrainedListValue[NetworkInterfacePortDetailsVoltage]] = None)

Bases: BaseModel

Network interface SFP details. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfacesPortDetails

Create an instance of NetworkInterfacesPortDetails from a dict

classmethod from_json(json_str: str) NetworkInterfacesPortDetails

Create an instance of NetworkInterfacesPortDetails from a JSON string

interface_type: Optional[StrictStr]
name: Optional[StrictStr]
rx_los: Optional[ConstrainedListValue[NetworkInterfacePortDetailsRxLos]]
rx_power: Optional[ConstrainedListValue[NetworkInterfacePortDetailsRxPower]]
static: Optional[NetworkInterfacePortDetailsStatic]
temperature: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTemperature]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

tx_bias: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxBias]]
tx_fault: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxFault]]
tx_power: Optional[ConstrainedListValue[NetworkInterfacePortDetailsTxPower]]
voltage: Optional[ConstrainedListValue[NetworkInterfacePortDetailsVoltage]]

pypureclient.flasharray.FA_2_34.models.network_interfaces_port_details_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interfaces_port_details_get_response.NetworkInterfacesPortDetailsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[NetworkInterfacesPortDetails]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) NetworkInterfacesPortDetailsGetResponse

Create an instance of NetworkInterfacesPortDetailsGetResponse from a dict

classmethod from_json(json_str: str) NetworkInterfacesPortDetailsGetResponse

Create an instance of NetworkInterfacesPortDetailsGetResponse from a JSON string

items: Optional[ConstrainedListValue[NetworkInterfacesPortDetails]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.network_interfaces_port_details_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.network_interfaces_port_details_response.NetworkInterfacesPortDetailsResponse(*, items: Optional[ConstrainedListValue[NetworkInterfacesPortDetails]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkInterfacesPortDetailsResponse

Create an instance of NetworkInterfacesPortDetailsResponse from a dict

classmethod from_json(json_str: str) NetworkInterfacesPortDetailsResponse

Create an instance of NetworkInterfacesPortDetailsResponse from a JSON string

items: Optional[ConstrainedListValue[NetworkInterfacesPortDetails]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.networkinterfacepatch_eth module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.networkinterfacepatch_eth.NetworkinterfacepatchEth(*, add_subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]] = None, address: Optional[StrictStr] = None, gateway: Optional[StrictStr] = None, mtu: Optional[StrictInt] = None, netmask: Optional[StrictStr] = None, remove_subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]] = None, subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]] = None, subnet: Optional[ReferenceNoId] = None)

Bases: BaseModel

Ethernet network interface properties. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
add_subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]]
address: Optional[StrictStr]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkinterfacepatchEth

Create an instance of NetworkinterfacepatchEth from a dict

classmethod from_json(json_str: str) NetworkinterfacepatchEth

Create an instance of NetworkinterfacepatchEth from a JSON string

gateway: Optional[StrictStr]
mtu: Optional[StrictInt]
netmask: Optional[StrictStr]
remove_subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]]
subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]]
subnet: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.networkinterfacepost_eth module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.networkinterfacepost_eth.NetworkinterfacepostEth(*, address: Optional[StrictStr] = None, subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]] = None, subnet: Optional[ReferenceNoId] = None, subtype: Optional[StrictStr] = None)

Bases: BaseModel

Ethernet network interface properties. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
address: Optional[StrictStr]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NetworkinterfacepostEth

Create an instance of NetworkinterfacepostEth from a dict

classmethod from_json(json_str: str) NetworkinterfacepostEth

Create an instance of NetworkinterfacepostEth from a JSON string

subinterfaces: Optional[ConstrainedListValue[ReferenceNoId]]
subnet: Optional[ReferenceNoId]
subtype: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.new_name module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.new_name.NewName(*, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NewName

Create an instance of NewName from a dict

classmethod from_json(json_str: str) NewName

Create an instance of NewName from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.non_copyable_tag module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.non_copyable_tag.NonCopyableTag(*, key: Optional[StrictStr] = None, namespace: Optional[StrictStr] = None, resource: Optional[FixedReference] = None, value: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) NonCopyableTag

Create an instance of NonCopyableTag from a dict

classmethod from_json(json_str: str) NonCopyableTag

Create an instance of NonCopyableTag from a JSON string

key: Optional[StrictStr]
namespace: Optional[StrictStr]
resource: Optional[FixedReference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

value: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.oauth210_token_post400_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.oauth210_token_post400_response.Oauth210TokenPost400Response(*, error: Optional[StrictStr] = None, error_description: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
error: Optional[StrictStr]
error_description: Optional[StrictStr]
classmethod from_dict(obj: dict) Oauth210TokenPost400Response

Create an instance of Oauth210TokenPost400Response from a dict

classmethod from_json(json_str: str) Oauth210TokenPost400Response

Create an instance of Oauth210TokenPost400Response from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.oauth210_token_post401_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.oauth210_token_post401_response.Oauth210TokenPost401Response(*, error: Optional[StrictStr] = None, error_description: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
error: Optional[StrictStr]
error_description: Optional[StrictStr]
classmethod from_dict(obj: dict) Oauth210TokenPost401Response

Create an instance of Oauth210TokenPost401Response from a dict

classmethod from_json(json_str: str) Oauth210TokenPost401Response

Create an instance of Oauth210TokenPost401Response from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.oauth_token_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.oauth_token_response.OauthTokenResponse(*, access_token: Optional[StrictStr] = None, expires_in: Optional[StrictInt] = None, issued_token_type: Optional[StrictStr] = None, token_type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access_token: Optional[StrictStr]
as_request_dict() Dict[str, Any]
expires_in: Optional[StrictInt]
classmethod from_dict(obj: dict) OauthTokenResponse

Create an instance of OauthTokenResponse from a dict

classmethod from_json(json_str: str) OauthTokenResponse

Create an instance of OauthTokenResponse from a JSON string

issued_token_type: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

token_type: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.offload module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.offload.Offload(*, azure: Optional[OffloadAzure] = None, google_cloud: Optional[OffloadGoogleCloud] = None, nfs: Optional[OffloadNfs] = None, s3: Optional[OffloadS3] = None, name: Optional[StrictStr] = None, protocol: Optional[StrictStr] = None, space: Optional[Space] = None, status: Optional[StrictStr] = None, target_id: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
azure: Optional[OffloadAzure]
classmethod from_dict(obj: dict) Offload

Create an instance of Offload from a dict

classmethod from_json(json_str: str) Offload

Create an instance of Offload from a JSON string

google_cloud: Optional[OffloadGoogleCloud]
name: Optional[StrictStr]
nfs: Optional[OffloadNfs]
protocol: Optional[StrictStr]
s3: Optional[OffloadS3]
space: Optional[Space]
status: Optional[StrictStr]
target_id: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.offload_azure module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.offload_azure.OffloadAzure(*, account_name: Optional[StrictStr] = None, container_name: Optional[StrictStr] = None, profile: Optional[StrictStr] = None, secret_access_key: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
account_name: Optional[StrictStr]
as_request_dict() Dict[str, Any]
container_name: Optional[StrictStr]
classmethod from_dict(obj: dict) OffloadAzure

Create an instance of OffloadAzure from a dict

classmethod from_json(json_str: str) OffloadAzure

Create an instance of OffloadAzure from a JSON string

profile: Optional[StrictStr]
secret_access_key: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.offload_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.offload_get_response.OffloadGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Offload]] = None, total: Optional[ConstrainedListValue[Offload]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) OffloadGetResponse

Create an instance of OffloadGetResponse from a dict

classmethod from_json(json_str: str) OffloadGetResponse

Create an instance of OffloadGetResponse from a JSON string

items: Optional[ConstrainedListValue[Offload]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[Offload]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.offload_google_cloud module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.offload_google_cloud.OffloadGoogleCloud(*, access_key_id: Optional[StrictStr] = None, bucket: Optional[StrictStr] = None, profile: Optional[StrictStr] = None, secret_access_key: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access_key_id: Optional[StrictStr]
as_request_dict() Dict[str, Any]
bucket: Optional[StrictStr]
classmethod from_dict(obj: dict) OffloadGoogleCloud

Create an instance of OffloadGoogleCloud from a dict

classmethod from_json(json_str: str) OffloadGoogleCloud

Create an instance of OffloadGoogleCloud from a JSON string

profile: Optional[StrictStr]
secret_access_key: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.offload_nfs module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.offload_nfs.OffloadNfs(*, address: Optional[StrictStr] = None, mount_options: Optional[StrictStr] = None, mount_point: Optional[StrictStr] = None, profile: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
address: Optional[StrictStr]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) OffloadNfs

Create an instance of OffloadNfs from a dict

classmethod from_json(json_str: str) OffloadNfs

Create an instance of OffloadNfs from a JSON string

mount_options: Optional[StrictStr]
mount_point: Optional[StrictStr]
profile: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.offload_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.offload_post.OffloadPost(*, azure: Optional[OffloadAzure] = None, google_cloud: Optional[OffloadGoogleCloud] = None, nfs: Optional[OffloadNfs] = None, s3: Optional[OffloadS3] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
azure: Optional[OffloadAzure]
classmethod from_dict(obj: dict) OffloadPost

Create an instance of OffloadPost from a dict

classmethod from_json(json_str: str) OffloadPost

Create an instance of OffloadPost from a JSON string

google_cloud: Optional[OffloadGoogleCloud]
nfs: Optional[OffloadNfs]
s3: Optional[OffloadS3]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.offload_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.offload_response.OffloadResponse(*, items: Optional[ConstrainedListValue[Offload]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) OffloadResponse

Create an instance of OffloadResponse from a dict

classmethod from_json(json_str: str) OffloadResponse

Create an instance of OffloadResponse from a JSON string

items: Optional[ConstrainedListValue[Offload]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.offload_s3 module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.offload_s3.OffloadS3(*, access_key_id: Optional[StrictStr] = None, auth_region: Optional[StrictStr] = None, bucket: Optional[StrictStr] = None, placement_strategy: Optional[StrictStr] = None, profile: Optional[StrictStr] = None, secret_access_key: Optional[StrictStr] = None, uri: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access_key_id: Optional[StrictStr]
as_request_dict() Dict[str, Any]
auth_region: Optional[StrictStr]
bucket: Optional[StrictStr]
classmethod from_dict(obj: dict) OffloadS3

Create an instance of OffloadS3 from a dict

classmethod from_json(json_str: str) OffloadS3

Create an instance of OffloadS3 from a JSON string

placement_strategy: Optional[StrictStr]
profile: Optional[StrictStr]
secret_access_key: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uri: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.override_check module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.override_check.OverrideCheck(*, args: Optional[StrictStr] = None, name: Optional[StrictStr] = None, persistent: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
args: Optional[StrictStr]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) OverrideCheck

Create an instance of OverrideCheck from a dict

classmethod from_json(json_str: str) OverrideCheck

Create an instance of OverrideCheck from a JSON string

name: Optional[StrictStr]
persistent: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.page_info module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.page_info.PageInfo(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PageInfo

Create an instance of PageInfo from a dict

classmethod from_json(json_str: str) PageInfo

Create an instance of PageInfo from a JSON string

more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.performance.Performance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) Performance

Create an instance of Performance from a dict

classmethod from_json(json_str: str) Performance

Create an instance of Performance from a JSON string

mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.pod module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod.Pod(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, array_count: Optional[StrictInt] = None, arrays: Optional[ConstrainedListValue[PodArrayStatus]] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[PodEradicationConfig] = None, failover_preferences: Optional[ConstrainedListValue[Reference]] = None, footprint: Optional[ConstrainedIntValue] = None, link_source_count: Optional[StrictInt] = None, link_target_count: Optional[StrictInt] = None, mediator: Optional[StrictStr] = None, mediator_version: Optional[StrictStr] = None, promotion_status: Optional[StrictStr] = None, quota_limit: Optional[ConstrainedIntValue] = None, requested_promotion_state: Optional[StrictStr] = None, source: Optional[FixedReference] = None, space: Optional[PodSpace] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
array_count: Optional[StrictInt]
arrays: Optional[ConstrainedListValue[PodArrayStatus]]
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
eradication_config: Optional[PodEradicationConfig]
failover_preferences: Optional[ConstrainedListValue[Reference]]
footprint: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) Pod

Create an instance of Pod from a dict

classmethod from_json(json_str: str) Pod

Create an instance of Pod from a JSON string

id: Optional[StrictStr]
mediator: Optional[StrictStr]
mediator_version: Optional[StrictStr]
name: Optional[StrictStr]
promotion_status: Optional[StrictStr]
quota_limit: Optional[ConstrainedIntValue]
requested_promotion_state: Optional[StrictStr]
source: Optional[FixedReference]
space: Optional[PodSpace]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.pod_array_status module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_array_status.PodArrayStatus(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, frozen_at: Optional[StrictInt] = None, mediator_status: Optional[StrictStr] = None, pre_elected: Optional[StrictBool] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PodArrayStatus

Create an instance of PodArrayStatus from a dict

classmethod from_json(json_str: str) PodArrayStatus

Create an instance of PodArrayStatus from a JSON string

frozen_at: Optional[StrictInt]
id: Optional[StrictStr]
mediator_status: Optional[StrictStr]
name: Optional[StrictStr]
pre_elected: Optional[StrictBool]
progress: Optional[Union[StrictFloat, StrictInt]]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.pod_eradication_config module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_eradication_config.PodEradicationConfig(*, manual_eradication: Optional[StrictStr] = None)

Bases: BaseModel

The status of the eradication functionality # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PodEradicationConfig

Create an instance of PodEradicationConfig from a dict

classmethod from_json(json_str: str) PodEradicationConfig

Create an instance of PodEradicationConfig from a JSON string

manual_eradication: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.pod_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_get_response.PodGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Pod]] = None, total: Optional[ConstrainedListValue[Pod]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PodGetResponse

Create an instance of PodGetResponse from a dict

classmethod from_json(json_str: str) PodGetResponse

Create an instance of PodGetResponse from a JSON string

items: Optional[ConstrainedListValue[Pod]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[Pod]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.pod_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_patch.PodPatch(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, failover_preferences: Optional[ConstrainedListValue[Reference]] = None, ignore_usage: Optional[StrictBool] = None, mediator: Optional[StrictStr] = None, quota_limit: Optional[ConstrainedIntValue] = None, requested_promotion_state: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
failover_preferences: Optional[ConstrainedListValue[Reference]]
classmethod from_dict(obj: dict) PodPatch

Create an instance of PodPatch from a dict

classmethod from_json(json_str: str) PodPatch

Create an instance of PodPatch from a JSON string

id: Optional[StrictStr]
ignore_usage: Optional[StrictBool]
mediator: Optional[StrictStr]
name: Optional[StrictStr]
quota_limit: Optional[ConstrainedIntValue]
requested_promotion_state: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.pod_performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance.PodPerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, others_per_sec: Optional[ConstrainedIntValue] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) PodPerformance

Create an instance of PodPerformance from a dict

classmethod from_json(json_str: str) PodPerformance

Create an instance of PodPerformance from a JSON string

id: Optional[StrictStr]
mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
others_per_sec: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_other_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.pod_performance_by_array module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance_by_array.PodPerformanceByArray(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, others_per_sec: Optional[ConstrainedIntValue] = None, usec_per_other_op: Optional[ConstrainedIntValue] = None, array: Optional[Resource] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
array: Optional[Resource]
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) PodPerformanceByArray

Create an instance of PodPerformanceByArray from a dict

classmethod from_json(json_str: str) PodPerformanceByArray

Create an instance of PodPerformanceByArray from a JSON string

id: Optional[StrictStr]
mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
others_per_sec: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_other_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.pod_performance_by_array_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance_by_array_get_response.PodPerformanceByArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodPerformanceByArray]] = None, total: Optional[ConstrainedListValue[PodPerformanceByArray]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PodPerformanceByArrayGetResponse

Create an instance of PodPerformanceByArrayGetResponse from a dict

classmethod from_json(json_str: str) PodPerformanceByArrayGetResponse

Create an instance of PodPerformanceByArrayGetResponse from a JSON string

items: Optional[ConstrainedListValue[PodPerformanceByArray]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[PodPerformanceByArray]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.pod_performance_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance_get_response.PodPerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodPerformance]] = None, total: Optional[ConstrainedListValue[PodPerformance]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PodPerformanceGetResponse

Create an instance of PodPerformanceGetResponse from a dict

classmethod from_json(json_str: str) PodPerformanceGetResponse

Create an instance of PodPerformanceGetResponse from a JSON string

items: Optional[ConstrainedListValue[PodPerformance]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[PodPerformance]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.pod_performance_replication module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance_replication.PodPerformanceReplication(*, continuous_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, periodic_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, pod: Optional[FixedReference] = None, resync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, sync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, time: Optional[StrictInt] = None, total_bytes_per_sec: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuous_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
classmethod from_dict(obj: dict) PodPerformanceReplication

Create an instance of PodPerformanceReplication from a dict

classmethod from_json(json_str: str) PodPerformanceReplication

Create an instance of PodPerformanceReplication from a JSON string

periodic_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
pod: Optional[FixedReference]
resync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
sync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_bytes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.pod_performance_replication_by_array module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance_replication_by_array.PodPerformanceReplicationByArray(*, continuous_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, periodic_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, pod: Optional[FixedReference] = None, resync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, sync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal] = None, time: Optional[StrictInt] = None, total_bytes_per_sec: Optional[ConstrainedIntValue] = None, array: Optional[Resource] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
array: Optional[Resource]
as_request_dict() Dict[str, Any]
continuous_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
classmethod from_dict(obj: dict) PodPerformanceReplicationByArray

Create an instance of PodPerformanceReplicationByArray from a dict

classmethod from_json(json_str: str) PodPerformanceReplicationByArray

Create an instance of PodPerformanceReplicationByArray from a JSON string

periodic_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
pod: Optional[FixedReference]
resync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
sync_bytes_per_sec: Optional[ReplicationPerformanceWithTotal]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_bytes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.pod_performance_replication_by_array_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance_replication_by_array_get_response.PodPerformanceReplicationByArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]] = None, total: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PodPerformanceReplicationByArrayGetResponse

Create an instance of PodPerformanceReplicationByArrayGetResponse from a dict

classmethod from_json(json_str: str) PodPerformanceReplicationByArrayGetResponse

Create an instance of PodPerformanceReplicationByArrayGetResponse from a JSON string

items: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.pod_performance_replication_by_array_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance_replication_by_array_response.PodPerformanceReplicationByArrayResponse(*, items: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]] = None, total: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PodPerformanceReplicationByArrayResponse

Create an instance of PodPerformanceReplicationByArrayResponse from a dict

classmethod from_json(json_str: str) PodPerformanceReplicationByArrayResponse

Create an instance of PodPerformanceReplicationByArrayResponse from a JSON string

items: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[PodPerformanceReplicationByArray]]

pypureclient.flasharray.FA_2_34.models.pod_performance_replication_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance_replication_get_response.PodPerformanceReplicationGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PodPerformanceReplication]] = None, total: Optional[ConstrainedListValue[PodPerformanceReplication]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PodPerformanceReplicationGetResponse

Create an instance of PodPerformanceReplicationGetResponse from a dict

classmethod from_json(json_str: str) PodPerformanceReplicationGetResponse

Create an instance of PodPerformanceReplicationGetResponse from a JSON string

items: Optional[ConstrainedListValue[PodPerformanceReplication]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[PodPerformanceReplication]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.pod_performance_replication_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_performance_replication_response.PodPerformanceReplicationResponse(*, items: Optional[ConstrainedListValue[PodPerformanceReplication]] = None, total: Optional[ConstrainedListValue[PodPerformanceReplication]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PodPerformanceReplicationResponse

Create an instance of PodPerformanceReplicationResponse from a dict

classmethod from_json(json_str: str) PodPerformanceReplicationResponse

Create an instance of PodPerformanceReplicationResponse from a JSON string

items: Optional[ConstrainedListValue[PodPerformanceReplication]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[PodPerformanceReplication]]

pypureclient.flasharray.FA_2_34.models.pod_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_post.PodPost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, failover_preferences: Optional[ConstrainedListValue[Reference]] = None, quota_limit: Optional[ConstrainedIntValue] = None, source: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
failover_preferences: Optional[ConstrainedListValue[Reference]]
classmethod from_dict(obj: dict) PodPost

Create an instance of PodPost from a dict

classmethod from_json(json_str: str) PodPost

Create an instance of PodPost from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
quota_limit: Optional[ConstrainedIntValue]
source: Optional[Reference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.pod_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_response.PodResponse(*, items: Optional[ConstrainedListValue[Pod]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PodResponse

Create an instance of PodResponse from a dict

classmethod from_json(json_str: str) PodResponse

Create an instance of PodResponse from a JSON string

items: Optional[ConstrainedListValue[Pod]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.pod_space module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.pod_space.PodSpace(*, data_reduction: Optional[Union[StrictFloat, StrictInt]] = None, footprint: Optional[ConstrainedIntValue] = None, shared: Optional[ConstrainedIntValue] = None, snapshots: Optional[ConstrainedIntValue] = None, system: Optional[ConstrainedIntValue] = None, thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, total_physical: Optional[ConstrainedIntValue] = None, total_provisioned: Optional[ConstrainedIntValue] = None, total_reduction: Optional[Union[StrictFloat, StrictInt]] = None, total_used: Optional[ConstrainedIntValue] = None, unique: Optional[ConstrainedIntValue] = None, used_provisioned: Optional[ConstrainedIntValue] = None, virtual: Optional[ConstrainedIntValue] = None, replication: Optional[ConstrainedIntValue] = None, replication_effective: Optional[ConstrainedIntValue] = None, shared_effective: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
data_reduction: Optional[Union[StrictFloat, StrictInt]]
footprint: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) PodSpace

Create an instance of PodSpace from a dict

classmethod from_json(json_str: str) PodSpace

Create an instance of PodSpace from a JSON string

replication: Optional[ConstrainedIntValue]
replication_effective: Optional[ConstrainedIntValue]
shared: Optional[ConstrainedIntValue]
shared_effective: Optional[ConstrainedIntValue]
snapshots: Optional[ConstrainedIntValue]
system: Optional[ConstrainedIntValue]
thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_physical: Optional[ConstrainedIntValue]
total_provisioned: Optional[ConstrainedIntValue]
total_reduction: Optional[Union[StrictFloat, StrictInt]]
total_used: Optional[ConstrainedIntValue]
unique: Optional[ConstrainedIntValue]
used_provisioned: Optional[ConstrainedIntValue]
virtual: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.policy module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy.Policy(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, pod: Optional[Reference] = None, policy_type: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) Policy

Create an instance of Policy from a dict

classmethod from_json(json_str: str) Policy

Create an instance of Policy from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[Reference]
policy_type: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_get_response.PolicyGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Policy]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyGetResponse

Create an instance of PolicyGetResponse from a dict

classmethod from_json(json_str: str) PolicyGetResponse

Create an instance of PolicyGetResponse from a JSON string

items: Optional[ConstrainedListValue[Policy]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_member module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_member.PolicyMember(*, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, member: Optional[FixedReferenceWithType] = None, policy: Optional[FixedReferenceWithType] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyMember

Create an instance of PolicyMember from a dict

classmethod from_json(json_str: str) PolicyMember

Create an instance of PolicyMember from a JSON string

member: Optional[FixedReferenceWithType]
policy: Optional[FixedReferenceWithType]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_member_export module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_member_export.PolicyMemberExport(*, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, member: Optional[FixedReferenceWithType] = None, policy: Optional[FixedReferenceWithType] = None, time_remaining: Optional[StrictInt] = None, export_name: Optional[StrictStr] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
enabled: Optional[StrictBool]
export_name: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyMemberExport

Create an instance of PolicyMemberExport from a dict

classmethod from_json(json_str: str) PolicyMemberExport

Create an instance of PolicyMemberExport from a JSON string

member: Optional[FixedReferenceWithType]
policy: Optional[FixedReferenceWithType]
status: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_member_export_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_member_export_get_response.PolicyMemberExportGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyMemberExport]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyMemberExportGetResponse

Create an instance of PolicyMemberExportGetResponse from a dict

classmethod from_json(json_str: str) PolicyMemberExportGetResponse

Create an instance of PolicyMemberExportGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyMemberExport]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_member_export_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_member_export_post.PolicyMemberExportPost(*, members: Optional[ConstrainedListValue[PolicymemberexportpostMembers]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyMemberExportPost

Create an instance of PolicyMemberExportPost from a dict

classmethod from_json(json_str: str) PolicyMemberExportPost

Create an instance of PolicyMemberExportPost from a JSON string

members: Optional[ConstrainedListValue[PolicymemberexportpostMembers]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_member_export_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_member_export_response.PolicyMemberExportResponse(*, items: Optional[ConstrainedListValue[PolicyMemberExport]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyMemberExportResponse

Create an instance of PolicyMemberExportResponse from a dict

classmethod from_json(json_str: str) PolicyMemberExportResponse

Create an instance of PolicyMemberExportResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyMemberExport]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_member_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_member_get_response.PolicyMemberGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyMember]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyMemberGetResponse

Create an instance of PolicyMemberGetResponse from a dict

classmethod from_json(json_str: str) PolicyMemberGetResponse

Create an instance of PolicyMemberGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyMember]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_member_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_member_post.PolicyMemberPost(*, members: Optional[ConstrainedListValue[PolicymemberpostMembers]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyMemberPost

Create an instance of PolicyMemberPost from a dict

classmethod from_json(json_str: str) PolicyMemberPost

Create an instance of PolicyMemberPost from a JSON string

members: Optional[ConstrainedListValue[PolicymemberpostMembers]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_member_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_member_response.PolicyMemberResponse(*, items: Optional[ConstrainedListValue[PolicyMember]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyMemberResponse

Create an instance of PolicyMemberResponse from a dict

classmethod from_json(json_str: str) PolicyMemberResponse

Create an instance of PolicyMemberResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyMember]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_nfs module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_nfs.PolicyNfs(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, pod: Optional[Reference] = None, policy_type: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None, nfs_version: Optional[ConstrainedListValue[StrictStr]] = None, policy_mapping: Optional[PolicyNfsPolicyMapping] = None, security: Optional[ConstrainedListValue[StrictStr]] = None, user_mapping_enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyNfs

Create an instance of PolicyNfs from a dict

classmethod from_json(json_str: str) PolicyNfs

Create an instance of PolicyNfs from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
nfs_version: Optional[ConstrainedListValue[StrictStr]]
pod: Optional[Reference]
policy_mapping: Optional[PolicyNfsPolicyMapping]
policy_type: Optional[StrictStr]
security: Optional[ConstrainedListValue[StrictStr]]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user_mapping_enabled: Optional[StrictBool]

pypureclient.flasharray.FA_2_34.models.policy_nfs_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_nfs_get_response.PolicyNfsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyNfs]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyNfsGetResponse

Create an instance of PolicyNfsGetResponse from a dict

classmethod from_json(json_str: str) PolicyNfsGetResponse

Create an instance of PolicyNfsGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyNfs]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_nfs_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_nfs_patch.PolicyNfsPatch(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, nfs_version: Optional[ConstrainedListValue[StrictStr]] = None, security: Optional[ConstrainedListValue[StrictStr]] = None, user_mapping_enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyNfsPatch

Create an instance of PolicyNfsPatch from a dict

classmethod from_json(json_str: str) PolicyNfsPatch

Create an instance of PolicyNfsPatch from a JSON string

name: Optional[StrictStr]
nfs_version: Optional[ConstrainedListValue[StrictStr]]
security: Optional[ConstrainedListValue[StrictStr]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user_mapping_enabled: Optional[StrictBool]

pypureclient.flasharray.FA_2_34.models.policy_nfs_policy_mapping module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_nfs_policy_mapping.PolicyNfsPolicyMapping(*, mapping: Optional[StrictStr] = None, remote_policy: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyNfsPolicyMapping

Create an instance of PolicyNfsPolicyMapping from a dict

classmethod from_json(json_str: str) PolicyNfsPolicyMapping

Create an instance of PolicyNfsPolicyMapping from a JSON string

mapping: Optional[StrictStr]
remote_policy: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_nfs_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_nfs_post.PolicyNfsPost(*, enabled: Optional[StrictBool] = None, policy_mapping: Optional[PolicynfspostPolicyMapping] = None, user_mapping_enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyNfsPost

Create an instance of PolicyNfsPost from a dict

classmethod from_json(json_str: str) PolicyNfsPost

Create an instance of PolicyNfsPost from a JSON string

policy_mapping: Optional[PolicynfspostPolicyMapping]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user_mapping_enabled: Optional[StrictBool]

pypureclient.flasharray.FA_2_34.models.policy_nfs_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_nfs_response.PolicyNfsResponse(*, items: Optional[ConstrainedListValue[PolicyNfs]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyNfsResponse

Create an instance of PolicyNfsResponse from a dict

classmethod from_json(json_str: str) PolicyNfsResponse

Create an instance of PolicyNfsResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyNfs]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_password module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_password.PolicyPassword(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, enforce_dictionary_check: Optional[StrictBool] = None, enforce_username_check: Optional[StrictBool] = None, lockout_duration: Optional[ConstrainedIntValue] = None, max_login_attempts: Optional[ConstrainedIntValue] = None, min_character_groups: Optional[ConstrainedIntValue] = None, min_characters_per_group: Optional[ConstrainedIntValue] = None, min_password_age: Optional[ConstrainedIntValue] = None, min_password_length: Optional[ConstrainedIntValue] = None, password_history: Optional[ConstrainedIntValue] = None, policy_type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
enforce_dictionary_check: Optional[StrictBool]
enforce_username_check: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyPassword

Create an instance of PolicyPassword from a dict

classmethod from_json(json_str: str) PolicyPassword

Create an instance of PolicyPassword from a JSON string

id: Optional[StrictStr]
lockout_duration: Optional[ConstrainedIntValue]
max_login_attempts: Optional[ConstrainedIntValue]
min_character_groups: Optional[ConstrainedIntValue]
min_characters_per_group: Optional[ConstrainedIntValue]
min_password_age: Optional[ConstrainedIntValue]
min_password_length: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
password_history: Optional[ConstrainedIntValue]
policy_type: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_password_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_password_get_response.PolicyPasswordGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyPassword]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyPasswordGetResponse

Create an instance of PolicyPasswordGetResponse from a dict

classmethod from_json(json_str: str) PolicyPasswordGetResponse

Create an instance of PolicyPasswordGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyPassword]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_password_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_password_response.PolicyPasswordResponse(*, items: Optional[ConstrainedListValue[PolicyPassword]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyPasswordResponse

Create an instance of PolicyPasswordResponse from a dict

classmethod from_json(json_str: str) PolicyPasswordResponse

Create an instance of PolicyPasswordResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyPassword]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_patch.PolicyPatch(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyPatch

Create an instance of PolicyPatch from a dict

classmethod from_json(json_str: str) PolicyPatch

Create an instance of PolicyPatch from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_post.PolicyPost(*, enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyPost

Create an instance of PolicyPost from a dict

classmethod from_json(json_str: str) PolicyPost

Create an instance of PolicyPost from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_response.PolicyResponse(*, items: Optional[ConstrainedListValue[Policy]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyResponse

Create an instance of PolicyResponse from a dict

classmethod from_json(json_str: str) PolicyResponse

Create an instance of PolicyResponse from a JSON string

items: Optional[ConstrainedListValue[Policy]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher.PolicyRuleAlertWatcher(*, email: Optional[StrictStr] = None, excluded_codes: Optional[ConstrainedListValue[StrictInt]] = None, included_codes: Optional[ConstrainedListValue[StrictInt]] = None, minimum_notification_severity: Optional[StrictStr] = None, name: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
email: Optional[StrictStr]
excluded_codes: Optional[ConstrainedListValue[StrictInt]]
classmethod from_dict(obj: dict) PolicyRuleAlertWatcher

Create an instance of PolicyRuleAlertWatcher from a dict

classmethod from_json(json_str: str) PolicyRuleAlertWatcher

Create an instance of PolicyRuleAlertWatcher from a JSON string

included_codes: Optional[ConstrainedListValue[StrictInt]]
minimum_notification_severity: Optional[StrictStr]
name: Optional[StrictStr]
policy: Optional[FixedReferenceWithType]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher_get_response.PolicyRuleAlertWatcherGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleAlertWatcher]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyRuleAlertWatcherGetResponse

Create an instance of PolicyRuleAlertWatcherGetResponse from a dict

classmethod from_json(json_str: str) PolicyRuleAlertWatcherGetResponse

Create an instance of PolicyRuleAlertWatcherGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleAlertWatcher]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher_patch.PolicyRuleAlertWatcherPatch(*, rules: Optional[ConstrainedListValue[PolicyrulealertwatcherpatchRules]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleAlertWatcherPatch

Create an instance of PolicyRuleAlertWatcherPatch from a dict

classmethod from_json(json_str: str) PolicyRuleAlertWatcherPatch

Create an instance of PolicyRuleAlertWatcherPatch from a JSON string

rules: Optional[ConstrainedListValue[PolicyrulealertwatcherpatchRules]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher_post.PolicyRuleAlertWatcherPost(*, rules: Optional[ConstrainedListValue[PolicyrulealertwatcherpostRules]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleAlertWatcherPost

Create an instance of PolicyRuleAlertWatcherPost from a dict

classmethod from_json(json_str: str) PolicyRuleAlertWatcherPost

Create an instance of PolicyRuleAlertWatcherPost from a JSON string

rules: Optional[ConstrainedListValue[PolicyrulealertwatcherpostRules]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_alert_watcher_response.PolicyRuleAlertWatcherResponse(*, items: Optional[ConstrainedListValue[PolicyRuleAlertWatcher]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleAlertWatcherResponse

Create an instance of PolicyRuleAlertWatcherResponse from a dict

classmethod from_json(json_str: str) PolicyRuleAlertWatcherResponse

Create an instance of PolicyRuleAlertWatcherResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleAlertWatcher]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_nfs_client module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_nfs_client.PolicyRuleNfsClient(*, access: Optional[StrictStr] = None, anongid: Optional[StrictStr] = None, anonuid: Optional[StrictStr] = None, client: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None, nfs_version: Optional[ConstrainedListValue[StrictStr]] = None, permission: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None, security: Optional[ConstrainedListValue[StrictStr]] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access: Optional[StrictStr]
anongid: Optional[StrictStr]
anonuid: Optional[StrictStr]
as_request_dict() Dict[str, Any]
client: Optional[StrictStr]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyRuleNfsClient

Create an instance of PolicyRuleNfsClient from a dict

classmethod from_json(json_str: str) PolicyRuleNfsClient

Create an instance of PolicyRuleNfsClient from a JSON string

name: Optional[StrictStr]
nfs_version: Optional[ConstrainedListValue[StrictStr]]
permission: Optional[StrictStr]
policy: Optional[FixedReferenceWithType]
security: Optional[ConstrainedListValue[StrictStr]]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_nfs_client_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_nfs_client_get_response.PolicyRuleNfsClientGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleNfsClient]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyRuleNfsClientGetResponse

Create an instance of PolicyRuleNfsClientGetResponse from a dict

classmethod from_json(json_str: str) PolicyRuleNfsClientGetResponse

Create an instance of PolicyRuleNfsClientGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleNfsClient]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_rule_nfs_client_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_nfs_client_post.PolicyRuleNfsClientPost(*, rules: Optional[ConstrainedListValue[PolicyrulenfsclientpostRules]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleNfsClientPost

Create an instance of PolicyRuleNfsClientPost from a dict

classmethod from_json(json_str: str) PolicyRuleNfsClientPost

Create an instance of PolicyRuleNfsClientPost from a JSON string

rules: Optional[ConstrainedListValue[PolicyrulenfsclientpostRules]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_nfs_client_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_nfs_client_response.PolicyRuleNfsClientResponse(*, items: Optional[ConstrainedListValue[PolicyRuleNfsClient]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleNfsClientResponse

Create an instance of PolicyRuleNfsClientResponse from a dict

classmethod from_json(json_str: str) PolicyRuleNfsClientResponse

Create an instance of PolicyRuleNfsClientResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleNfsClient]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_quota module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_quota.PolicyRuleQuota(*, destroyed: Optional[StrictBool] = None, enforced: Optional[StrictBool] = None, name: Optional[StrictStr] = None, notifications: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None, quota_limit: Optional[StrictInt] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
enforced: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyRuleQuota

Create an instance of PolicyRuleQuota from a dict

classmethod from_json(json_str: str) PolicyRuleQuota

Create an instance of PolicyRuleQuota from a JSON string

name: Optional[StrictStr]
notifications: Optional[StrictStr]
policy: Optional[FixedReferenceWithType]
quota_limit: Optional[StrictInt]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_quota_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_quota_get_response.PolicyRuleQuotaGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleQuota]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyRuleQuotaGetResponse

Create an instance of PolicyRuleQuotaGetResponse from a dict

classmethod from_json(json_str: str) PolicyRuleQuotaGetResponse

Create an instance of PolicyRuleQuotaGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleQuota]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_rule_quota_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_quota_patch.PolicyRuleQuotaPatch(*, rules: Optional[ConstrainedListValue[PolicyrulequotapatchRules]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleQuotaPatch

Create an instance of PolicyRuleQuotaPatch from a dict

classmethod from_json(json_str: str) PolicyRuleQuotaPatch

Create an instance of PolicyRuleQuotaPatch from a JSON string

rules: Optional[ConstrainedListValue[PolicyrulequotapatchRules]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_quota_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_quota_post.PolicyRuleQuotaPost(*, rules: Optional[ConstrainedListValue[PolicyrulequotapostRules]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleQuotaPost

Create an instance of PolicyRuleQuotaPost from a dict

classmethod from_json(json_str: str) PolicyRuleQuotaPost

Create an instance of PolicyRuleQuotaPost from a JSON string

rules: Optional[ConstrainedListValue[PolicyrulequotapostRules]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_quota_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_quota_response.PolicyRuleQuotaResponse(*, items: Optional[ConstrainedListValue[PolicyRuleQuota]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleQuotaResponse

Create an instance of PolicyRuleQuotaResponse from a dict

classmethod from_json(json_str: str) PolicyRuleQuotaResponse

Create an instance of PolicyRuleQuotaResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleQuota]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_smb_client module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_smb_client.PolicyRuleSmbClient(*, anonymous_access_allowed: Optional[StrictBool] = None, client: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None, smb_encryption_required: Optional[StrictBool] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
anonymous_access_allowed: Optional[StrictBool]
as_request_dict() Dict[str, Any]
client: Optional[StrictStr]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyRuleSmbClient

Create an instance of PolicyRuleSmbClient from a dict

classmethod from_json(json_str: str) PolicyRuleSmbClient

Create an instance of PolicyRuleSmbClient from a JSON string

name: Optional[StrictStr]
policy: Optional[FixedReferenceWithType]
smb_encryption_required: Optional[StrictBool]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_smb_client_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_smb_client_get_response.PolicyRuleSmbClientGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleSmbClient]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyRuleSmbClientGetResponse

Create an instance of PolicyRuleSmbClientGetResponse from a dict

classmethod from_json(json_str: str) PolicyRuleSmbClientGetResponse

Create an instance of PolicyRuleSmbClientGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleSmbClient]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_rule_smb_client_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_smb_client_post.PolicyRuleSmbClientPost(*, rules: Optional[ConstrainedListValue[PolicyrulesmbclientpostRules]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleSmbClientPost

Create an instance of PolicyRuleSmbClientPost from a dict

classmethod from_json(json_str: str) PolicyRuleSmbClientPost

Create an instance of PolicyRuleSmbClientPost from a JSON string

rules: Optional[ConstrainedListValue[PolicyrulesmbclientpostRules]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_smb_client_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_smb_client_response.PolicyRuleSmbClientResponse(*, items: Optional[ConstrainedListValue[PolicyRuleSmbClient]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleSmbClientResponse

Create an instance of PolicyRuleSmbClientResponse from a dict

classmethod from_json(json_str: str) PolicyRuleSmbClientResponse

Create an instance of PolicyRuleSmbClientResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleSmbClient]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_snapshot module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_snapshot.PolicyRuleSnapshot(*, at: Optional[StrictInt] = None, client_name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, every: Optional[StrictInt] = None, keep_for: Optional[StrictInt] = None, name: Optional[StrictStr] = None, policy: Optional[FixedReferenceWithType] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
at: Optional[StrictInt]
client_name: Optional[StrictStr]
destroyed: Optional[StrictBool]
every: Optional[StrictInt]
classmethod from_dict(obj: dict) PolicyRuleSnapshot

Create an instance of PolicyRuleSnapshot from a dict

classmethod from_json(json_str: str) PolicyRuleSnapshot

Create an instance of PolicyRuleSnapshot from a JSON string

keep_for: Optional[StrictInt]
name: Optional[StrictStr]
policy: Optional[FixedReferenceWithType]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_snapshot_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_snapshot_get_response.PolicyRuleSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicyRuleSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyRuleSnapshotGetResponse

Create an instance of PolicyRuleSnapshotGetResponse from a dict

classmethod from_json(json_str: str) PolicyRuleSnapshotGetResponse

Create an instance of PolicyRuleSnapshotGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleSnapshot]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_rule_snapshot_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_snapshot_post.PolicyRuleSnapshotPost(*, rules: Optional[ConstrainedListValue[PolicyrulesnapshotpostRules]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleSnapshotPost

Create an instance of PolicyRuleSnapshotPost from a dict

classmethod from_json(json_str: str) PolicyRuleSnapshotPost

Create an instance of PolicyRuleSnapshotPost from a JSON string

rules: Optional[ConstrainedListValue[PolicyrulesnapshotpostRules]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_rule_snapshot_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_rule_snapshot_response.PolicyRuleSnapshotResponse(*, items: Optional[ConstrainedListValue[PolicyRuleSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicyRuleSnapshotResponse

Create an instance of PolicyRuleSnapshotResponse from a dict

classmethod from_json(json_str: str) PolicyRuleSnapshotResponse

Create an instance of PolicyRuleSnapshotResponse from a JSON string

items: Optional[ConstrainedListValue[PolicyRuleSnapshot]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_smb module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_smb.PolicySmb(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, pod: Optional[Reference] = None, policy_type: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None, access_based_enumeration_enabled: Optional[StrictBool] = None, policy_mapping: Optional[PolicyNfsPolicyMapping] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access_based_enumeration_enabled: Optional[StrictBool]
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicySmb

Create an instance of PolicySmb from a dict

classmethod from_json(json_str: str) PolicySmb

Create an instance of PolicySmb from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[Reference]
policy_mapping: Optional[PolicyNfsPolicyMapping]
policy_type: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_smb_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_smb_get_response.PolicySmbGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PolicySmb]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicySmbGetResponse

Create an instance of PolicySmbGetResponse from a dict

classmethod from_json(json_str: str) PolicySmbGetResponse

Create an instance of PolicySmbGetResponse from a JSON string

items: Optional[ConstrainedListValue[PolicySmb]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.policy_smb_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_smb_patch.PolicySmbPatch(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, access_based_enumeration_enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access_based_enumeration_enabled: Optional[StrictBool]
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicySmbPatch

Create an instance of PolicySmbPatch from a dict

classmethod from_json(json_str: str) PolicySmbPatch

Create an instance of PolicySmbPatch from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_smb_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_smb_post.PolicySmbPost(*, enabled: Optional[StrictBool] = None, access_based_enumeration_enabled: Optional[StrictBool] = None, policy_mapping: Optional[PolicynfspostPolicyMapping] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access_based_enumeration_enabled: Optional[StrictBool]
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicySmbPost

Create an instance of PolicySmbPost from a dict

classmethod from_json(json_str: str) PolicySmbPost

Create an instance of PolicySmbPost from a JSON string

policy_mapping: Optional[PolicynfspostPolicyMapping]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policy_smb_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policy_smb_response.PolicySmbResponse(*, items: Optional[ConstrainedListValue[PolicySmb]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicySmbResponse

Create an instance of PolicySmbResponse from a dict

classmethod from_json(json_str: str) PolicySmbResponse

Create an instance of PolicySmbResponse from a JSON string

items: Optional[ConstrainedListValue[PolicySmb]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policymemberexportpost_members module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policymemberexportpost_members.PolicymemberexportpostMembers(*, export_enabled: Optional[StrictBool] = None, export_name: Optional[StrictStr] = None, member: Optional[ReferenceWithType] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
export_enabled: Optional[StrictBool]
export_name: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicymemberexportpostMembers

Create an instance of PolicymemberexportpostMembers from a dict

classmethod from_json(json_str: str) PolicymemberexportpostMembers

Create an instance of PolicymemberexportpostMembers from a JSON string

member: Optional[ReferenceWithType]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policymemberpost_members module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policymemberpost_members.PolicymemberpostMembers(*, member: Optional[ReferenceWithType] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicymemberpostMembers

Create an instance of PolicymemberpostMembers from a dict

classmethod from_json(json_str: str) PolicymemberpostMembers

Create an instance of PolicymemberpostMembers from a JSON string

member: Optional[ReferenceWithType]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policynfspost_policy_mapping module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policynfspost_policy_mapping.PolicynfspostPolicyMapping(*, mapping: Optional[StrictStr] = None)

Bases: BaseModel

If set specifies the initial mapping of the policy upon its creation across a pod replica link. Policy being created must be in a source pod of a replica-link. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PolicynfspostPolicyMapping

Create an instance of PolicynfspostPolicyMapping from a dict

classmethod from_json(json_str: str) PolicynfspostPolicyMapping

Create an instance of PolicynfspostPolicyMapping from a JSON string

mapping: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policyrulealertwatcherpatch_rules module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policyrulealertwatcherpatch_rules.PolicyrulealertwatcherpatchRules(*, email: Optional[StrictStr] = None, excluded_codes: Optional[ConstrainedListValue[StrictInt]] = None, included_codes: Optional[ConstrainedListValue[StrictInt]] = None, minimum_notification_severity: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
email: Optional[StrictStr]
excluded_codes: Optional[ConstrainedListValue[StrictInt]]
classmethod from_dict(obj: dict) PolicyrulealertwatcherpatchRules

Create an instance of PolicyrulealertwatcherpatchRules from a dict

classmethod from_json(json_str: str) PolicyrulealertwatcherpatchRules

Create an instance of PolicyrulealertwatcherpatchRules from a JSON string

included_codes: Optional[ConstrainedListValue[StrictInt]]
minimum_notification_severity: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policyrulealertwatcherpost_rules module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policyrulealertwatcherpost_rules.PolicyrulealertwatcherpostRules(*, email: Optional[StrictStr] = None, excluded_codes: Optional[ConstrainedListValue[StrictInt]] = None, included_codes: Optional[ConstrainedListValue[StrictInt]] = None, minimum_notification_severity: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
email: Optional[StrictStr]
excluded_codes: Optional[ConstrainedListValue[StrictInt]]
classmethod from_dict(obj: dict) PolicyrulealertwatcherpostRules

Create an instance of PolicyrulealertwatcherpostRules from a dict

classmethod from_json(json_str: str) PolicyrulealertwatcherpostRules

Create an instance of PolicyrulealertwatcherpostRules from a JSON string

included_codes: Optional[ConstrainedListValue[StrictInt]]
minimum_notification_severity: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policyrulenfsclientpost_rules module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policyrulenfsclientpost_rules.PolicyrulenfsclientpostRules(*, access: Optional[StrictStr] = None, anongid: Optional[StrictStr] = None, anonuid: Optional[StrictStr] = None, client: Optional[StrictStr] = None, nfs_version: Optional[ConstrainedListValue[StrictStr]] = None, permission: Optional[StrictStr] = None, security: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
access: Optional[StrictStr]
anongid: Optional[StrictStr]
anonuid: Optional[StrictStr]
as_request_dict() Dict[str, Any]
client: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyrulenfsclientpostRules

Create an instance of PolicyrulenfsclientpostRules from a dict

classmethod from_json(json_str: str) PolicyrulenfsclientpostRules

Create an instance of PolicyrulenfsclientpostRules from a JSON string

nfs_version: Optional[ConstrainedListValue[StrictStr]]
permission: Optional[StrictStr]
security: Optional[ConstrainedListValue[StrictStr]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policyrulequotapatch_rules module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policyrulequotapatch_rules.PolicyrulequotapatchRules(*, enforced: Optional[StrictBool] = None, notifications: Optional[StrictStr] = None, quota_limit: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enforced: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyrulequotapatchRules

Create an instance of PolicyrulequotapatchRules from a dict

classmethod from_json(json_str: str) PolicyrulequotapatchRules

Create an instance of PolicyrulequotapatchRules from a JSON string

notifications: Optional[StrictStr]
quota_limit: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policyrulequotapost_rules module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policyrulequotapost_rules.PolicyrulequotapostRules(*, enforced: Optional[StrictBool] = None, notifications: Optional[StrictStr] = None, quota_limit: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enforced: Optional[StrictBool]
classmethod from_dict(obj: dict) PolicyrulequotapostRules

Create an instance of PolicyrulequotapostRules from a dict

classmethod from_json(json_str: str) PolicyrulequotapostRules

Create an instance of PolicyrulequotapostRules from a JSON string

notifications: Optional[StrictStr]
quota_limit: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policyrulesmbclientpost_rules module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policyrulesmbclientpost_rules.PolicyrulesmbclientpostRules(*, anonymous_access_allowed: Optional[StrictBool] = None, client: Optional[StrictStr] = None, smb_encryption_required: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
anonymous_access_allowed: Optional[StrictBool]
as_request_dict() Dict[str, Any]
client: Optional[StrictStr]
classmethod from_dict(obj: dict) PolicyrulesmbclientpostRules

Create an instance of PolicyrulesmbclientpostRules from a dict

classmethod from_json(json_str: str) PolicyrulesmbclientpostRules

Create an instance of PolicyrulesmbclientpostRules from a JSON string

smb_encryption_required: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.policyrulesnapshotpost_rules module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.policyrulesnapshotpost_rules.PolicyrulesnapshotpostRules(*, at: Optional[StrictInt] = None, client_name: Optional[StrictStr] = None, every: Optional[StrictInt] = None, keep_for: Optional[StrictInt] = None, suffix: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
at: Optional[StrictInt]
client_name: Optional[StrictStr]
every: Optional[StrictInt]
classmethod from_dict(obj: dict) PolicyrulesnapshotpostRules

Create an instance of PolicyrulesnapshotpostRules from a dict

classmethod from_json(json_str: str) PolicyrulesnapshotpostRules

Create an instance of PolicyrulesnapshotpostRules from a JSON string

keep_for: Optional[StrictInt]
suffix: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.port module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.port.Port(*, name: Optional[StrictStr] = None, iqn: Optional[StrictStr] = None, nqn: Optional[StrictStr] = None, portal: Optional[StrictStr] = None, wwn: Optional[StrictStr] = None, failover: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
failover: Optional[StrictStr]
classmethod from_dict(obj: dict) Port

Create an instance of Port from a dict

classmethod from_json(json_str: str) Port

Create an instance of Port from a JSON string

iqn: Optional[StrictStr]
name: Optional[StrictStr]
nqn: Optional[StrictStr]
portal: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

wwn: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.port_common module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.port_common.PortCommon(*, iqn: Optional[StrictStr] = None, nqn: Optional[StrictStr] = None, portal: Optional[StrictStr] = None, wwn: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PortCommon

Create an instance of PortCommon from a dict

classmethod from_json(json_str: str) PortCommon

Create an instance of PortCommon from a JSON string

iqn: Optional[StrictStr]
nqn: Optional[StrictStr]
portal: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

wwn: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.port_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.port_get_response.PortGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Port]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PortGetResponse

Create an instance of PortGetResponse from a dict

classmethod from_json(json_str: str) PortGetResponse

Create an instance of PortGetResponse from a JSON string

items: Optional[ConstrainedListValue[Port]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.port_initiator module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.port_initiator.PortInitiator(*, initiator: Optional[PortCommon] = None, target: Optional[Port] = None)

Bases: BaseModel

Path from an initiator port to a target port. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PortInitiator

Create an instance of PortInitiator from a dict

classmethod from_json(json_str: str) PortInitiator

Create an instance of PortInitiator from a JSON string

initiator: Optional[PortCommon]
target: Optional[Port]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.port_initiators_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.port_initiators_get_response.PortInitiatorsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[PortInitiator]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) PortInitiatorsGetResponse

Create an instance of PortInitiatorsGetResponse from a dict

classmethod from_json(json_str: str) PortInitiatorsGetResponse

Create an instance of PortInitiatorsGetResponse from a JSON string

items: Optional[ConstrainedListValue[PortInitiator]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.priority_adjustment module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.priority_adjustment.PriorityAdjustment(*, priority_adjustment_operator: Optional[StrictStr] = None, priority_adjustment_value: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) PriorityAdjustment

Create an instance of PriorityAdjustment from a dict

classmethod from_json(json_str: str) PriorityAdjustment

Create an instance of PriorityAdjustment from a JSON string

priority_adjustment_operator: Optional[StrictStr]
priority_adjustment_value: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group.ProtectionGroup(*, name: Optional[StrictStr] = None, id: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, host_count: Optional[StrictInt] = None, host_group_count: Optional[StrictInt] = None, is_local: Optional[StrictBool] = None, pod: Optional[FixedReference] = None, replication_schedule: Optional[ReplicationSchedule] = None, retention_lock: Optional[StrictStr] = None, snapshot_schedule: Optional[SnapshotSchedule] = None, source: Optional[FixedReference] = None, source_retention: Optional[RetentionPolicy] = None, space: Optional[Space] = None, target_count: Optional[StrictInt] = None, target_retention: Optional[RetentionPolicy] = None, time_remaining: Optional[StrictInt] = None, volume_count: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
eradication_config: Optional[ProtectionGroupEradicationConfig]
classmethod from_dict(obj: dict) ProtectionGroup

Create an instance of ProtectionGroup from a dict

classmethod from_json(json_str: str) ProtectionGroup

Create an instance of ProtectionGroup from a JSON string

host_count: Optional[StrictInt]
host_group_count: Optional[StrictInt]
id: Optional[StrictStr]
is_local: Optional[StrictBool]
name: Optional[StrictStr]
pod: Optional[FixedReference]
replication_schedule: Optional[ReplicationSchedule]
retention_lock: Optional[StrictStr]
snapshot_schedule: Optional[SnapshotSchedule]
source: Optional[FixedReference]
source_retention: Optional[RetentionPolicy]
space: Optional[Space]
target_count: Optional[StrictInt]
target_retention: Optional[RetentionPolicy]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

volume_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.protection_group_eradication_config module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_eradication_config.ProtectionGroupEradicationConfig(*, manual_eradication: Optional[StrictStr] = None)

Bases: BaseModel

The configuration of the eradication feature. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ProtectionGroupEradicationConfig

Create an instance of ProtectionGroupEradicationConfig from a dict

classmethod from_json(json_str: str) ProtectionGroupEradicationConfig

Create an instance of ProtectionGroupEradicationConfig from a JSON string

manual_eradication: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_get_response.ProtectionGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroup]] = None, total: Optional[ConstrainedListValue[ProtectionGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ProtectionGroupGetResponse

Create an instance of ProtectionGroupGetResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupGetResponse

Create an instance of ProtectionGroupGetResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroup]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ProtectionGroup]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.protection_group_performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_performance.ProtectionGroupPerformance(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, bytes_per_sec: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_sec: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) ProtectionGroupPerformance

Create an instance of ProtectionGroupPerformance from a dict

classmethod from_json(json_str: str) ProtectionGroupPerformance

Create an instance of ProtectionGroupPerformance from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_performance_array module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_performance_array.ProtectionGroupPerformanceArray(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, bytes_per_sec: Optional[ConstrainedIntValue] = None, source: Optional[StrictStr] = None, target: Optional[StrictStr] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_sec: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) ProtectionGroupPerformanceArray

Create an instance of ProtectionGroupPerformanceArray from a dict

classmethod from_json(json_str: str) ProtectionGroupPerformanceArray

Create an instance of ProtectionGroupPerformanceArray from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
source: Optional[StrictStr]
target: Optional[StrictStr]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_performance_array_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_performance_array_response.ProtectionGroupPerformanceArrayResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroupPerformanceArray]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ProtectionGroupPerformanceArrayResponse

Create an instance of ProtectionGroupPerformanceArrayResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupPerformanceArrayResponse

Create an instance of ProtectionGroupPerformanceArrayResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroupPerformanceArray]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.protection_group_performance_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_performance_response.ProtectionGroupPerformanceResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroupPerformance]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ProtectionGroupPerformanceResponse

Create an instance of ProtectionGroupPerformanceResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupPerformanceResponse

Create an instance of ProtectionGroupPerformanceResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroupPerformance]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.protection_group_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_response.ProtectionGroupResponse(*, items: Optional[ConstrainedListValue[ProtectionGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ProtectionGroupResponse

Create an instance of ProtectionGroupResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupResponse

Create an instance of ProtectionGroupResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroup]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot.ProtectionGroupSnapshot(*, name: Optional[StrictStr] = None, id: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, pod: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
eradication_config: Optional[ProtectionGroupEradicationConfig]
classmethod from_dict(obj: dict) ProtectionGroupSnapshot

Create an instance of ProtectionGroupSnapshot from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshot

Create an instance of ProtectionGroupSnapshot from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[FixedReference]
source: Optional[FixedReference]
space: Optional[Space]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_get_response.ProtectionGroupSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroupSnapshot]] = None, total: Optional[ConstrainedListValue[ProtectionGroupSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ProtectionGroupSnapshotGetResponse

Create an instance of ProtectionGroupSnapshotGetResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshotGetResponse

Create an instance of ProtectionGroupSnapshotGetResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroupSnapshot]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ProtectionGroupSnapshot]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_patch.ProtectionGroupSnapshotPatch(*, name: Optional[StrictStr] = None, id: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, pod: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
eradication_config: Optional[ProtectionGroupEradicationConfig]
classmethod from_dict(obj: dict) ProtectionGroupSnapshotPatch

Create an instance of ProtectionGroupSnapshotPatch from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshotPatch

Create an instance of ProtectionGroupSnapshotPatch from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[FixedReference]
source: Optional[FixedReference]
space: Optional[Space]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_post.ProtectionGroupSnapshotPost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, pod: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
eradication_config: Optional[ProtectionGroupEradicationConfig]
classmethod from_dict(obj: dict) ProtectionGroupSnapshotPost

Create an instance of ProtectionGroupSnapshotPost from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshotPost

Create an instance of ProtectionGroupSnapshotPost from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[FixedReference]
source: Optional[FixedReference]
space: Optional[Space]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_replica module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_replica.ProtectionGroupSnapshotReplica(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, eradication_config: Optional[ProtectionGroupEradicationConfig] = None, pod: Optional[FixedReference] = None, source: Optional[FixedReference] = None, space: Optional[Space] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
eradication_config: Optional[ProtectionGroupEradicationConfig]
classmethod from_dict(obj: dict) ProtectionGroupSnapshotReplica

Create an instance of ProtectionGroupSnapshotReplica from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshotReplica

Create an instance of ProtectionGroupSnapshotReplica from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[FixedReference]
source: Optional[FixedReference]
space: Optional[Space]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_replica_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_replica_response.ProtectionGroupSnapshotReplicaResponse(*, items: Optional[ConstrainedListValue[ProtectionGroupSnapshotReplica]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ProtectionGroupSnapshotReplicaResponse

Create an instance of ProtectionGroupSnapshotReplicaResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshotReplicaResponse

Create an instance of ProtectionGroupSnapshotReplicaResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroupSnapshotReplica]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_response.ProtectionGroupSnapshotResponse(*, items: Optional[ConstrainedListValue[ProtectionGroupSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ProtectionGroupSnapshotResponse

Create an instance of ProtectionGroupSnapshotResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshotResponse

Create an instance of ProtectionGroupSnapshotResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroupSnapshot]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_transfer module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_transfer.ProtectionGroupSnapshotTransfer(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
completed: Optional[StrictInt]
data_transferred: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) ProtectionGroupSnapshotTransfer

Create an instance of ProtectionGroupSnapshotTransfer from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshotTransfer

Create an instance of ProtectionGroupSnapshotTransfer from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
physical_bytes_written: Optional[StrictInt]
progress: Optional[Union[StrictFloat, StrictInt]]
started: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_transfer_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_transfer_get_response.ProtectionGroupSnapshotTransferGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]] = None, total: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ProtectionGroupSnapshotTransferGetResponse

Create an instance of ProtectionGroupSnapshotTransferGetResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshotTransferGetResponse

Create an instance of ProtectionGroupSnapshotTransferGetResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_transfer_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_snapshot_transfer_response.ProtectionGroupSnapshotTransferResponse(*, items: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ProtectionGroupSnapshotTransferResponse

Create an instance of ProtectionGroupSnapshotTransferResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupSnapshotTransferResponse

Create an instance of ProtectionGroupSnapshotTransferResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroupSnapshotTransfer]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_target module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_target.ProtectionGroupTarget(*, allowed: Optional[StrictBool] = None, protection_group: Optional[ReferenceNoId] = None, target: Optional[ReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
allowed: Optional[StrictBool]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ProtectionGroupTarget

Create an instance of ProtectionGroupTarget from a dict

classmethod from_json(json_str: str) ProtectionGroupTarget

Create an instance of ProtectionGroupTarget from a JSON string

protection_group: Optional[ReferenceNoId]
target: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_group_target_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_target_get_response.ProtectionGroupTargetGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[TargetProtectionGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ProtectionGroupTargetGetResponse

Create an instance of ProtectionGroupTargetGetResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupTargetGetResponse

Create an instance of ProtectionGroupTargetGetResponse from a JSON string

items: Optional[ConstrainedListValue[TargetProtectionGroup]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.protection_group_target_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_group_target_response.ProtectionGroupTargetResponse(*, items: Optional[ConstrainedListValue[TargetProtectionGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ProtectionGroupTargetResponse

Create an instance of ProtectionGroupTargetResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupTargetResponse

Create an instance of ProtectionGroupTargetResponse from a JSON string

items: Optional[ConstrainedListValue[TargetProtectionGroup]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_groups_volumes module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_groups_volumes.ProtectionGroupsVolumes(*, group: Optional[Reference] = None, member: Optional[ProtectionGroupsVolumesMember] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ProtectionGroupsVolumes

Create an instance of ProtectionGroupsVolumes from a dict

classmethod from_json(json_str: str) ProtectionGroupsVolumes

Create an instance of ProtectionGroupsVolumes from a JSON string

group: Optional[Reference]
member: Optional[ProtectionGroupsVolumesMember]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_groups_volumes_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_groups_volumes_get_response.ProtectionGroupsVolumesGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ProtectionGroupsVolumes]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ProtectionGroupsVolumesGetResponse

Create an instance of ProtectionGroupsVolumesGetResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupsVolumesGetResponse

Create an instance of ProtectionGroupsVolumesGetResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroupsVolumes]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.protection_groups_volumes_member module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_groups_volumes_member.ProtectionGroupsVolumesMember(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) ProtectionGroupsVolumesMember

Create an instance of ProtectionGroupsVolumesMember from a dict

classmethod from_json(json_str: str) ProtectionGroupsVolumesMember

Create an instance of ProtectionGroupsVolumesMember from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protection_groups_volumes_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protection_groups_volumes_response.ProtectionGroupsVolumesResponse(*, items: Optional[ConstrainedListValue[ProtectionGroupsVolumes]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ProtectionGroupsVolumesResponse

Create an instance of ProtectionGroupsVolumesResponse from a dict

classmethod from_json(json_str: str) ProtectionGroupsVolumesResponse

Create an instance of ProtectionGroupsVolumesResponse from a JSON string

items: Optional[ConstrainedListValue[ProtectionGroupsVolumes]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.protocol_endpoint module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.protocol_endpoint.ProtocolEndpoint(*, container_version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
container_version: Optional[StrictStr]
classmethod from_dict(obj: dict) ProtocolEndpoint

Create an instance of ProtocolEndpoint from a dict

classmethod from_json(json_str: str) ProtocolEndpoint

Create an instance of ProtocolEndpoint from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.qos module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.qos.Qos(*, bandwidth_limit: Optional[ConstrainedIntValue] = None, iops_limit: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bandwidth_limit: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) Qos

Create an instance of Qos from a dict

classmethod from_json(json_str: str) Qos

Create an instance of Qos from a JSON string

iops_limit: Optional[ConstrainedIntValue]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.reference module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.reference.Reference(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Reference

Create an instance of Reference from a dict

classmethod from_json(json_str: str) Reference

Create an instance of Reference from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.reference_no_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.reference_no_id.ReferenceNoId(*, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ReferenceNoId

Create an instance of ReferenceNoId from a dict

classmethod from_json(json_str: str) ReferenceNoId

Create an instance of ReferenceNoId from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.reference_no_id_with_type module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.reference_no_id_with_type.ReferenceNoIdWithType(*, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ReferenceNoIdWithType

Create an instance of ReferenceNoIdWithType from a dict

classmethod from_json(json_str: str) ReferenceNoIdWithType

Create an instance of ReferenceNoIdWithType from a JSON string

name: Optional[StrictStr]
resource_type: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.reference_with_type module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.reference_with_type.ReferenceWithType(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, resource_type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ReferenceWithType

Create an instance of ReferenceWithType from a dict

classmethod from_json(json_str: str) ReferenceWithType

Create an instance of ReferenceWithType from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
resource_type: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_pod module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_pod.RemotePod(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, arrays: Optional[ConstrainedListValue[Resource]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
arrays: Optional[ConstrainedListValue[Resource]]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) RemotePod

Create an instance of RemotePod from a dict

classmethod from_json(json_str: str) RemotePod

Create an instance of RemotePod from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_pods_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_pods_response.RemotePodsResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemotePod]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) RemotePodsResponse

Create an instance of RemotePodsResponse from a dict

classmethod from_json(json_str: str) RemotePodsResponse

Create an instance of RemotePodsResponse from a JSON string

items: Optional[ConstrainedListValue[RemotePod]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.remote_protection_group module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group.RemoteProtectionGroup(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, is_local: Optional[StrictBool] = None, remote: Optional[FixedReference] = None, source: Optional[FixedReference] = None, target_retention: Optional[RetentionPolicy] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) RemoteProtectionGroup

Create an instance of RemoteProtectionGroup from a dict

classmethod from_json(json_str: str) RemoteProtectionGroup

Create an instance of RemoteProtectionGroup from a JSON string

id: Optional[StrictStr]
is_local: Optional[StrictBool]
name: Optional[StrictStr]
remote: Optional[FixedReference]
source: Optional[FixedReference]
target_retention: Optional[RetentionPolicy]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_protection_group_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group_get_response.RemoteProtectionGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteProtectionGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) RemoteProtectionGroupGetResponse

Create an instance of RemoteProtectionGroupGetResponse from a dict

classmethod from_json(json_str: str) RemoteProtectionGroupGetResponse

Create an instance of RemoteProtectionGroupGetResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteProtectionGroup]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.remote_protection_group_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group_response.RemoteProtectionGroupResponse(*, items: Optional[ConstrainedListValue[RemoteProtectionGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) RemoteProtectionGroupResponse

Create an instance of RemoteProtectionGroupResponse from a dict

classmethod from_json(json_str: str) RemoteProtectionGroupResponse

Create an instance of RemoteProtectionGroupResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteProtectionGroup]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot.RemoteProtectionGroupSnapshot(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, is_local: Optional[StrictBool] = None, remote: Optional[FixedReference] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshot

Create an instance of RemoteProtectionGroupSnapshot from a dict

classmethod from_json(json_str: str) RemoteProtectionGroupSnapshot

Create an instance of RemoteProtectionGroupSnapshot from a JSON string

id: Optional[StrictStr]
is_local: Optional[StrictBool]
name: Optional[StrictStr]
remote: Optional[FixedReference]
source: Optional[FixedReference]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_get_response.RemoteProtectionGroupSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotGetResponse

Create an instance of RemoteProtectionGroupSnapshotGetResponse from a dict

classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotGetResponse

Create an instance of RemoteProtectionGroupSnapshotGetResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshot]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_post.RemoteProtectionGroupSnapshotPost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, is_local: Optional[StrictBool] = None, remote: Optional[FixedReference] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotPost

Create an instance of RemoteProtectionGroupSnapshotPost from a dict

classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotPost

Create an instance of RemoteProtectionGroupSnapshotPost from a JSON string

id: Optional[StrictStr]
is_local: Optional[StrictBool]
name: Optional[StrictStr]
remote: Optional[FixedReference]
source: Optional[FixedReference]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_response.RemoteProtectionGroupSnapshotResponse(*, items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotResponse

Create an instance of RemoteProtectionGroupSnapshotResponse from a dict

classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotResponse

Create an instance of RemoteProtectionGroupSnapshotResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshot]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_transfer module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_transfer.RemoteProtectionGroupSnapshotTransfer(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None, source: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
completed: Optional[StrictInt]
data_transferred: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotTransfer

Create an instance of RemoteProtectionGroupSnapshotTransfer from a dict

classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotTransfer

Create an instance of RemoteProtectionGroupSnapshotTransfer from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
physical_bytes_written: Optional[StrictInt]
progress: Optional[Union[StrictFloat, StrictInt]]
source: Optional[Reference]
started: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_transfer_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_transfer_get_response.RemoteProtectionGroupSnapshotTransferGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]] = None, total: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotTransferGetResponse

Create an instance of RemoteProtectionGroupSnapshotTransferGetResponse from a dict

classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotTransferGetResponse

Create an instance of RemoteProtectionGroupSnapshotTransferGetResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_transfer_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_protection_group_snapshot_transfer_response.RemoteProtectionGroupSnapshotTransferResponse(*, items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) RemoteProtectionGroupSnapshotTransferResponse

Create an instance of RemoteProtectionGroupSnapshotTransferResponse from a dict

classmethod from_json(json_str: str) RemoteProtectionGroupSnapshotTransferResponse

Create an instance of RemoteProtectionGroupSnapshotTransferResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteProtectionGroupSnapshotTransfer]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot.RemoteVolumeSnapshot(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, pod: Optional[FixedReference] = None, provisioned: Optional[StrictInt] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None, remote: Optional[FixedReference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) RemoteVolumeSnapshot

Create an instance of RemoteVolumeSnapshot from a dict

classmethod from_json(json_str: str) RemoteVolumeSnapshot

Create an instance of RemoteVolumeSnapshot from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[FixedReference]
provisioned: Optional[StrictInt]
remote: Optional[FixedReference]
source: Optional[FixedReference]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_get_response.RemoteVolumeSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteVolumeSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) RemoteVolumeSnapshotGetResponse

Create an instance of RemoteVolumeSnapshotGetResponse from a dict

classmethod from_json(json_str: str) RemoteVolumeSnapshotGetResponse

Create an instance of RemoteVolumeSnapshotGetResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteVolumeSnapshot]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_post.RemoteVolumeSnapshotPost(*, suffix: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) RemoteVolumeSnapshotPost

Create an instance of RemoteVolumeSnapshotPost from a dict

classmethod from_json(json_str: str) RemoteVolumeSnapshotPost

Create an instance of RemoteVolumeSnapshotPost from a JSON string

suffix: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_response.RemoteVolumeSnapshotResponse(*, items: Optional[ConstrainedListValue[RemoteVolumeSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) RemoteVolumeSnapshotResponse

Create an instance of RemoteVolumeSnapshotResponse from a dict

classmethod from_json(json_str: str) RemoteVolumeSnapshotResponse

Create an instance of RemoteVolumeSnapshotResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteVolumeSnapshot]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_transfer module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_transfer.RemoteVolumeSnapshotTransfer(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
completed: Optional[StrictInt]
data_transferred: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) RemoteVolumeSnapshotTransfer

Create an instance of RemoteVolumeSnapshotTransfer from a dict

classmethod from_json(json_str: str) RemoteVolumeSnapshotTransfer

Create an instance of RemoteVolumeSnapshotTransfer from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
physical_bytes_written: Optional[StrictInt]
progress: Optional[Union[StrictFloat, StrictInt]]
started: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_transfer_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_transfer_get_response.RemoteVolumeSnapshotTransferGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]] = None, total: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) RemoteVolumeSnapshotTransferGetResponse

Create an instance of RemoteVolumeSnapshotTransferGetResponse from a dict

classmethod from_json(json_str: str) RemoteVolumeSnapshotTransferGetResponse

Create an instance of RemoteVolumeSnapshotTransferGetResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_transfer_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.remote_volume_snapshot_transfer_response.RemoteVolumeSnapshotTransferResponse(*, items: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) RemoteVolumeSnapshotTransferResponse

Create an instance of RemoteVolumeSnapshotTransferResponse from a dict

classmethod from_json(json_str: str) RemoteVolumeSnapshotTransferResponse

Create an instance of RemoteVolumeSnapshotTransferResponse from a JSON string

items: Optional[ConstrainedListValue[RemoteVolumeSnapshotTransfer]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.replication_performance_with_total module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.replication_performance_with_total.ReplicationPerformanceWithTotal(*, from_remote_bytes_per_sec: Optional[ConstrainedIntValue] = None, to_remote_bytes_per_sec: Optional[ConstrainedIntValue] = None, total_bytes_per_sec: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ReplicationPerformanceWithTotal

Create an instance of ReplicationPerformanceWithTotal from a dict

classmethod from_json(json_str: str) ReplicationPerformanceWithTotal

Create an instance of ReplicationPerformanceWithTotal from a JSON string

from_remote_bytes_per_sec: Optional[ConstrainedIntValue]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_remote_bytes_per_sec: Optional[ConstrainedIntValue]
to_str() str

Returns the string representation of the model using alias

total_bytes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.replication_schedule module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.replication_schedule.ReplicationSchedule(*, at: Optional[StrictInt] = None, enabled: Optional[StrictBool] = None, frequency: Optional[StrictInt] = None, blackout: Optional[TimeWindow] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
at: Optional[StrictInt]
blackout: Optional[TimeWindow]
enabled: Optional[StrictBool]
frequency: Optional[StrictInt]
classmethod from_dict(obj: dict) ReplicationSchedule

Create an instance of ReplicationSchedule from a dict

classmethod from_json(json_str: str) ReplicationSchedule

Create an instance of ReplicationSchedule from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.resource module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource.Resource(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

An ordinary (as opposed to built-in) resource that can be created, named, renamed or deleted by the user. This might be a virtual resource (e.g., a volume), or correspond to something in the environment, like a host or a server. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Resource

Create an instance of Resource from a dict

classmethod from_json(json_str: str) Resource

Create an instance of Resource from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.resource_directory_space module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_directory_space.ResourceDirectorySpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, space: Optional[Space] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ResourceDirectorySpace

Create an instance of ResourceDirectorySpace from a dict

classmethod from_json(json_str: str) ResourceDirectorySpace

Create an instance of ResourceDirectorySpace from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
space: Optional[Space]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.resource_directory_space_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_directory_space_get_response.ResourceDirectorySpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourceDirectorySpace]] = None, total: Optional[ConstrainedListValue[ResourceDirectorySpace]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ResourceDirectorySpaceGetResponse

Create an instance of ResourceDirectorySpaceGetResponse from a dict

classmethod from_json(json_str: str) ResourceDirectorySpaceGetResponse

Create an instance of ResourceDirectorySpaceGetResponse from a JSON string

items: Optional[ConstrainedListValue[ResourceDirectorySpace]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ResourceDirectorySpace]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.resource_fixed_non_unique_name module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_fixed_non_unique_name.ResourceFixedNonUniqueName(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

A resource with a non-unique name. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ResourceFixedNonUniqueName

Create an instance of ResourceFixedNonUniqueName from a dict

classmethod from_json(json_str: str) ResourceFixedNonUniqueName

Create an instance of ResourceFixedNonUniqueName from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.resource_no_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_no_id.ResourceNoId(*, name: Optional[StrictStr] = None)

Bases: BaseModel

An ordinary (as opposed to built-in) resource that can be created, named, renamed or deleted by the user. This might be a virtual resource (e.g., a volume), or correspond to something in the environment, like a host or a server. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ResourceNoId

Create an instance of ResourceNoId from a dict

classmethod from_json(json_str: str) ResourceNoId

Create an instance of ResourceNoId from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.resource_performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_performance.ResourcePerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) ResourcePerformance

Create an instance of ResourcePerformance from a dict

classmethod from_json(json_str: str) ResourcePerformance

Create an instance of ResourcePerformance from a JSON string

id: Optional[StrictStr]
mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.resource_performance_by_array module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_performance_by_array.ResourcePerformanceByArray(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, array: Optional[Resource] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
array: Optional[Resource]
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) ResourcePerformanceByArray

Create an instance of ResourcePerformanceByArray from a dict

classmethod from_json(json_str: str) ResourcePerformanceByArray

Create an instance of ResourcePerformanceByArray from a JSON string

id: Optional[StrictStr]
mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.resource_performance_by_array_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_performance_by_array_get_response.ResourcePerformanceByArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourcePerformanceByArray]] = None, total: Optional[ConstrainedListValue[ResourcePerformanceByArray]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ResourcePerformanceByArrayGetResponse

Create an instance of ResourcePerformanceByArrayGetResponse from a dict

classmethod from_json(json_str: str) ResourcePerformanceByArrayGetResponse

Create an instance of ResourcePerformanceByArrayGetResponse from a JSON string

items: Optional[ConstrainedListValue[ResourcePerformanceByArray]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ResourcePerformanceByArray]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.resource_performance_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_performance_get_response.ResourcePerformanceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourcePerformance]] = None, total: Optional[ConstrainedListValue[ResourcePerformance]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ResourcePerformanceGetResponse

Create an instance of ResourcePerformanceGetResponse from a dict

classmethod from_json(json_str: str) ResourcePerformanceGetResponse

Create an instance of ResourcePerformanceGetResponse from a JSON string

items: Optional[ConstrainedListValue[ResourcePerformance]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ResourcePerformance]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.resource_performance_no_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_performance_no_id.ResourcePerformanceNoId(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) ResourcePerformanceNoId

Create an instance of ResourcePerformanceNoId from a dict

classmethod from_json(json_str: str) ResourcePerformanceNoId

Create an instance of ResourcePerformanceNoId from a JSON string

mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.resource_performance_no_id_by_array module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_performance_no_id_by_array.ResourcePerformanceNoIdByArray(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, name: Optional[StrictStr] = None, array: Optional[Resource] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
array: Optional[Resource]
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) ResourcePerformanceNoIdByArray

Create an instance of ResourcePerformanceNoIdByArray from a dict

classmethod from_json(json_str: str) ResourcePerformanceNoIdByArray

Create an instance of ResourcePerformanceNoIdByArray from a JSON string

mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.resource_performance_no_id_by_array_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_performance_no_id_by_array_get_response.ResourcePerformanceNoIdByArrayGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourcePerformanceNoIdByArray]] = None, total: Optional[ConstrainedListValue[ResourcePerformanceNoIdByArray]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ResourcePerformanceNoIdByArrayGetResponse

Create an instance of ResourcePerformanceNoIdByArrayGetResponse from a dict

classmethod from_json(json_str: str) ResourcePerformanceNoIdByArrayGetResponse

Create an instance of ResourcePerformanceNoIdByArrayGetResponse from a JSON string

items: Optional[ConstrainedListValue[ResourcePerformanceNoIdByArray]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ResourcePerformanceNoIdByArray]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.resource_performance_no_id_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_performance_no_id_get_response.ResourcePerformanceNoIdGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourcePerformanceNoId]] = None, total: Optional[ConstrainedListValue[ResourcePerformanceNoId]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ResourcePerformanceNoIdGetResponse

Create an instance of ResourcePerformanceNoIdGetResponse from a dict

classmethod from_json(json_str: str) ResourcePerformanceNoIdGetResponse

Create an instance of ResourcePerformanceNoIdGetResponse from a JSON string

items: Optional[ConstrainedListValue[ResourcePerformanceNoId]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ResourcePerformanceNoId]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.resource_pod_space module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_pod_space.ResourcePodSpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, space: Optional[PodSpace] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ResourcePodSpace

Create an instance of ResourcePodSpace from a dict

classmethod from_json(json_str: str) ResourcePodSpace

Create an instance of ResourcePodSpace from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
space: Optional[PodSpace]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.resource_pod_space_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_pod_space_get_response.ResourcePodSpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourcePodSpace]] = None, total: Optional[ConstrainedListValue[ResourcePodSpace]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ResourcePodSpaceGetResponse

Create an instance of ResourcePodSpaceGetResponse from a dict

classmethod from_json(json_str: str) ResourcePodSpaceGetResponse

Create an instance of ResourcePodSpaceGetResponse from a JSON string

items: Optional[ConstrainedListValue[ResourcePodSpace]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ResourcePodSpace]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.resource_space module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_space.ResourceSpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, space: Optional[Space] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ResourceSpace

Create an instance of ResourceSpace from a dict

classmethod from_json(json_str: str) ResourceSpace

Create an instance of ResourceSpace from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
space: Optional[Space]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.resource_space_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_space_get_response.ResourceSpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourceSpace]] = None, total: Optional[ConstrainedListValue[ResourceSpace]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ResourceSpaceGetResponse

Create an instance of ResourceSpaceGetResponse from a dict

classmethod from_json(json_str: str) ResourceSpaceGetResponse

Create an instance of ResourceSpaceGetResponse from a JSON string

items: Optional[ConstrainedListValue[ResourceSpace]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[ResourceSpace]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.resource_space_no_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_space_no_id.ResourceSpaceNoId(*, name: Optional[StrictStr] = None, space: Optional[Space] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) ResourceSpaceNoId

Create an instance of ResourceSpaceNoId from a dict

classmethod from_json(json_str: str) ResourceSpaceNoId

Create an instance of ResourceSpaceNoId from a JSON string

name: Optional[StrictStr]
space: Optional[Space]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.resource_space_no_id_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.resource_space_no_id_get_response.ResourceSpaceNoIdGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[ResourceSpaceNoId]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) ResourceSpaceNoIdGetResponse

Create an instance of ResourceSpaceNoIdGetResponse from a dict

classmethod from_json(json_str: str) ResourceSpaceNoIdGetResponse

Create an instance of ResourceSpaceNoIdGetResponse from a JSON string

items: Optional[ConstrainedListValue[ResourceSpaceNoId]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.retention_policy module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.retention_policy.RetentionPolicy(*, all_for_sec: Optional[StrictInt] = None, days: Optional[StrictInt] = None, per_day: Optional[StrictInt] = None)

Bases: BaseModel

The snapshot retention policy. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
all_for_sec: Optional[StrictInt]
as_request_dict() Dict[str, Any]
days: Optional[StrictInt]
classmethod from_dict(obj: dict) RetentionPolicy

Create an instance of RetentionPolicy from a dict

classmethod from_json(json_str: str) RetentionPolicy

Create an instance of RetentionPolicy from a JSON string

per_day: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.saml2_sso module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.saml2_sso.Saml2Sso(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, array_url: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, idp: Optional[Saml2SsoIdp] = None, sp: Optional[Saml2SsoSp] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
array_url: Optional[StrictStr]
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) Saml2Sso

Create an instance of Saml2Sso from a dict

classmethod from_json(json_str: str) Saml2Sso

Create an instance of Saml2Sso from a JSON string

id: Optional[StrictStr]
idp: Optional[Saml2SsoIdp]
name: Optional[StrictStr]
sp: Optional[Saml2SsoSp]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.saml2_sso_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.saml2_sso_get_response.Saml2SsoGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Saml2Sso]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) Saml2SsoGetResponse

Create an instance of Saml2SsoGetResponse from a dict

classmethod from_json(json_str: str) Saml2SsoGetResponse

Create an instance of Saml2SsoGetResponse from a JSON string

items: Optional[ConstrainedListValue[Saml2Sso]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.saml2_sso_idp module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.saml2_sso_idp.Saml2SsoIdp(*, encrypt_assertion_enabled: Optional[StrictBool] = None, entity_id: Optional[StrictStr] = None, metadata_url: Optional[StrictStr] = None, sign_request_enabled: Optional[StrictBool] = None, url: Optional[StrictStr] = None, verification_certificate: Optional[StrictStr] = None)

Bases: BaseModel

Properties specific to the identity provider. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
encrypt_assertion_enabled: Optional[StrictBool]
entity_id: Optional[StrictStr]
classmethod from_dict(obj: dict) Saml2SsoIdp

Create an instance of Saml2SsoIdp from a dict

classmethod from_json(json_str: str) Saml2SsoIdp

Create an instance of Saml2SsoIdp from a JSON string

metadata_url: Optional[StrictStr]
sign_request_enabled: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

url: Optional[StrictStr]
verification_certificate: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.saml2_sso_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.saml2_sso_patch.Saml2SsoPatch(*, array_url: Optional[StrictStr] = None, idp: Optional[Saml2SsoIdp] = None, sp: Optional[Saml2SsoSpCredential] = None, enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
array_url: Optional[StrictStr]
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) Saml2SsoPatch

Create an instance of Saml2SsoPatch from a dict

classmethod from_json(json_str: str) Saml2SsoPatch

Create an instance of Saml2SsoPatch from a JSON string

idp: Optional[Saml2SsoIdp]
sp: Optional[Saml2SsoSpCredential]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.saml2_sso_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.saml2_sso_post.Saml2SsoPost(*, array_url: Optional[StrictStr] = None, idp: Optional[Saml2SsoIdp] = None, sp: Optional[Saml2SsoSpCredential] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
array_url: Optional[StrictStr]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Saml2SsoPost

Create an instance of Saml2SsoPost from a dict

classmethod from_json(json_str: str) Saml2SsoPost

Create an instance of Saml2SsoPost from a JSON string

idp: Optional[Saml2SsoIdp]
sp: Optional[Saml2SsoSpCredential]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.saml2_sso_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.saml2_sso_response.Saml2SsoResponse(*, items: Optional[ConstrainedListValue[Saml2Sso]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Saml2SsoResponse

Create an instance of Saml2SsoResponse from a dict

classmethod from_json(json_str: str) Saml2SsoResponse

Create an instance of Saml2SsoResponse from a JSON string

items: Optional[ConstrainedListValue[Saml2Sso]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.saml2_sso_sp module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.saml2_sso_sp.Saml2SsoSp(*, decryption_credential: Optional[ReferenceNoId] = None, signing_credential: Optional[ReferenceNoId] = None, assertion_consumer_url: Optional[StrictStr] = None, entity_id: Optional[StrictStr] = None, metadata_url: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
assertion_consumer_url: Optional[StrictStr]
decryption_credential: Optional[ReferenceNoId]
entity_id: Optional[StrictStr]
classmethod from_dict(obj: dict) Saml2SsoSp

Create an instance of Saml2SsoSp from a dict

classmethod from_json(json_str: str) Saml2SsoSp

Create an instance of Saml2SsoSp from a JSON string

metadata_url: Optional[StrictStr]
signing_credential: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.saml2_sso_sp_credential module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.saml2_sso_sp_credential.Saml2SsoSpCredential(*, decryption_credential: Optional[ReferenceNoId] = None, signing_credential: Optional[ReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
decryption_credential: Optional[ReferenceNoId]
classmethod from_dict(obj: dict) Saml2SsoSpCredential

Create an instance of Saml2SsoSpCredential from a dict

classmethod from_json(json_str: str) Saml2SsoSpCredential

Create an instance of Saml2SsoSpCredential from a JSON string

signing_credential: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.session module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.session.Session(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, end_time: Optional[StrictInt] = None, event: Optional[StrictStr] = None, event_count: Optional[StrictInt] = None, location: Optional[StrictStr] = None, method: Optional[StrictStr] = None, start_time: Optional[StrictInt] = None, user: Optional[StrictStr] = None, user_interface: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
end_time: Optional[StrictInt]
event: Optional[StrictStr]
event_count: Optional[StrictInt]
classmethod from_dict(obj: dict) Session

Create an instance of Session from a dict

classmethod from_json(json_str: str) Session

Create an instance of Session from a JSON string

id: Optional[StrictStr]
location: Optional[StrictStr]
method: Optional[StrictStr]
name: Optional[StrictStr]
start_time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user: Optional[StrictStr]
user_interface: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.session_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.session_get_response.SessionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Session]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SessionGetResponse

Create an instance of SessionGetResponse from a dict

classmethod from_json(json_str: str) SessionGetResponse

Create an instance of SessionGetResponse from a JSON string

items: Optional[ConstrainedListValue[Session]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.smis module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.smis.Smis(*, slp_enabled: Optional[StrictBool] = None, wbem_https_enabled: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Smis

Create an instance of Smis from a dict

classmethod from_json(json_str: str) Smis

Create an instance of Smis from a JSON string

slp_enabled: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

wbem_https_enabled: Optional[StrictBool]

pypureclient.flasharray.FA_2_34.models.smis_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.smis_get_response.SmisGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Smis]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SmisGetResponse

Create an instance of SmisGetResponse from a dict

classmethod from_json(json_str: str) SmisGetResponse

Create an instance of SmisGetResponse from a JSON string

items: Optional[ConstrainedListValue[Smis]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.smis_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.smis_response.SmisResponse(*, items: Optional[ConstrainedListValue[Smis]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SmisResponse

Create an instance of SmisResponse from a dict

classmethod from_json(json_str: str) SmisResponse

Create an instance of SmisResponse from a JSON string

items: Optional[ConstrainedListValue[Smis]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.smtp_server module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.smtp_server.SmtpServer(*, name: Optional[StrictStr] = None, body_prefix: Optional[ConstrainedStrValue] = None, encryption_mode: Optional[StrictStr] = None, password: Optional[StrictStr] = None, relay_host: Optional[StrictStr] = None, sender_domain: Optional[StrictStr] = None, sender_username: Optional[StrictStr] = None, subject_prefix: Optional[ConstrainedStrValue] = None, user_name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
body_prefix: Optional[ConstrainedStrValue]
encryption_mode: Optional[StrictStr]
classmethod from_dict(obj: dict) SmtpServer

Create an instance of SmtpServer from a dict

classmethod from_json(json_str: str) SmtpServer

Create an instance of SmtpServer from a JSON string

name: Optional[StrictStr]
password: Optional[StrictStr]
relay_host: Optional[StrictStr]
sender_domain: Optional[StrictStr]
sender_username: Optional[StrictStr]
subject_prefix: Optional[ConstrainedStrValue]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user_name: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.smtp_server_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.smtp_server_get_response.SmtpServerGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SmtpServer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SmtpServerGetResponse

Create an instance of SmtpServerGetResponse from a dict

classmethod from_json(json_str: str) SmtpServerGetResponse

Create an instance of SmtpServerGetResponse from a JSON string

items: Optional[ConstrainedListValue[SmtpServer]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.smtp_server_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.smtp_server_response.SmtpServerResponse(*, items: Optional[ConstrainedListValue[SmtpServer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SmtpServerResponse

Create an instance of SmtpServerResponse from a dict

classmethod from_json(json_str: str) SmtpServerResponse

Create an instance of SmtpServerResponse from a JSON string

items: Optional[ConstrainedListValue[SmtpServer]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.snapshot module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snapshot.Snapshot(*, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, pod: Optional[FixedReference] = None, provisioned: Optional[StrictInt] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) Snapshot

Create an instance of Snapshot from a dict

classmethod from_json(json_str: str) Snapshot

Create an instance of Snapshot from a JSON string

pod: Optional[FixedReference]
provisioned: Optional[StrictInt]
source: Optional[FixedReference]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.snapshot_schedule module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snapshot_schedule.SnapshotSchedule(*, at: Optional[StrictInt] = None, enabled: Optional[StrictBool] = None, frequency: Optional[StrictInt] = None)

Bases: BaseModel

The replication or snapshot schedule. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
at: Optional[StrictInt]
enabled: Optional[StrictBool]
frequency: Optional[StrictInt]
classmethod from_dict(obj: dict) SnapshotSchedule

Create an instance of SnapshotSchedule from a dict

classmethod from_json(json_str: str) SnapshotSchedule

Create an instance of SnapshotSchedule from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.snapshot_space module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snapshot_space.SnapshotSpace(*, data_reduction: Optional[Union[StrictFloat, StrictInt]] = None, footprint: Optional[ConstrainedIntValue] = None, shared: Optional[ConstrainedIntValue] = None, snapshots: Optional[ConstrainedIntValue] = None, system: Optional[ConstrainedIntValue] = None, thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, total_physical: Optional[ConstrainedIntValue] = None, total_provisioned: Optional[ConstrainedIntValue] = None, total_reduction: Optional[Union[StrictFloat, StrictInt]] = None, total_used: Optional[ConstrainedIntValue] = None, unique: Optional[ConstrainedIntValue] = None, used_provisioned: Optional[ConstrainedIntValue] = None, virtual: Optional[ConstrainedIntValue] = None, snapshots_effective: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
data_reduction: Optional[Union[StrictFloat, StrictInt]]
footprint: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) SnapshotSpace

Create an instance of SnapshotSpace from a dict

classmethod from_json(json_str: str) SnapshotSpace

Create an instance of SnapshotSpace from a JSON string

shared: Optional[ConstrainedIntValue]
snapshots: Optional[ConstrainedIntValue]
snapshots_effective: Optional[ConstrainedIntValue]
system: Optional[ConstrainedIntValue]
thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_physical: Optional[ConstrainedIntValue]
total_provisioned: Optional[ConstrainedIntValue]
total_reduction: Optional[Union[StrictFloat, StrictInt]]
total_used: Optional[ConstrainedIntValue]
unique: Optional[ConstrainedIntValue]
used_provisioned: Optional[ConstrainedIntValue]
virtual: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.snmp_agent module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_agent.SnmpAgent(*, name: Optional[StrictStr] = None, engine_id: Optional[ConstrainedStrValue] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
engine_id: Optional[ConstrainedStrValue]
classmethod from_dict(obj: dict) SnmpAgent

Create an instance of SnmpAgent from a dict

classmethod from_json(json_str: str) SnmpAgent

Create an instance of SnmpAgent from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

v2c: Optional[SnmpV2c]
v3: Optional[SnmpV3]
version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.snmp_agent_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_agent_get_response.SnmpAgentGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SnmpAgent]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SnmpAgentGetResponse

Create an instance of SnmpAgentGetResponse from a dict

classmethod from_json(json_str: str) SnmpAgentGetResponse

Create an instance of SnmpAgentGetResponse from a JSON string

items: Optional[ConstrainedListValue[SnmpAgent]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.snmp_agent_mib module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_agent_mib.SnmpAgentMib(*, mib: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SnmpAgentMib

Create an instance of SnmpAgentMib from a dict

classmethod from_json(json_str: str) SnmpAgentMib

Create an instance of SnmpAgentMib from a JSON string

mib: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.snmp_agent_mib_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_agent_mib_get_response.SnmpAgentMibGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SnmpAgentMib]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SnmpAgentMibGetResponse

Create an instance of SnmpAgentMibGetResponse from a dict

classmethod from_json(json_str: str) SnmpAgentMibGetResponse

Create an instance of SnmpAgentMibGetResponse from a JSON string

items: Optional[ConstrainedListValue[SnmpAgentMib]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.snmp_agent_mib_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_agent_mib_response.SnmpAgentMibResponse(*, items: Optional[ConstrainedListValue[SnmpAgentMib]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SnmpAgentMibResponse

Create an instance of SnmpAgentMibResponse from a dict

classmethod from_json(json_str: str) SnmpAgentMibResponse

Create an instance of SnmpAgentMibResponse from a JSON string

items: Optional[ConstrainedListValue[SnmpAgentMib]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.snmp_agent_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_agent_patch.SnmpAgentPatch(*, name: Optional[StrictStr] = None, engine_id: Optional[ConstrainedStrValue] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3Patch] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
engine_id: Optional[ConstrainedStrValue]
classmethod from_dict(obj: dict) SnmpAgentPatch

Create an instance of SnmpAgentPatch from a dict

classmethod from_json(json_str: str) SnmpAgentPatch

Create an instance of SnmpAgentPatch from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

v2c: Optional[SnmpV2c]
v3: Optional[SnmpV3Patch]
version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.snmp_agent_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_agent_response.SnmpAgentResponse(*, items: Optional[ConstrainedListValue[SnmpAgent]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SnmpAgentResponse

Create an instance of SnmpAgentResponse from a dict

classmethod from_json(json_str: str) SnmpAgentResponse

Create an instance of SnmpAgentResponse from a JSON string

items: Optional[ConstrainedListValue[SnmpAgent]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.snmp_manager module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_manager.SnmpManager(*, name: Optional[StrictStr] = None, host: Optional[StrictStr] = None, notification: Optional[StrictStr] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SnmpManager

Create an instance of SnmpManager from a dict

classmethod from_json(json_str: str) SnmpManager

Create an instance of SnmpManager from a JSON string

host: Optional[StrictStr]
name: Optional[StrictStr]
notification: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

v2c: Optional[SnmpV2c]
v3: Optional[SnmpV3]
version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.snmp_manager_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_manager_get_response.SnmpManagerGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SnmpManager]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SnmpManagerGetResponse

Create an instance of SnmpManagerGetResponse from a dict

classmethod from_json(json_str: str) SnmpManagerGetResponse

Create an instance of SnmpManagerGetResponse from a JSON string

items: Optional[ConstrainedListValue[SnmpManager]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.snmp_manager_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_manager_patch.SnmpManagerPatch(*, name: Optional[StrictStr] = None, host: Optional[StrictStr] = None, notification: Optional[StrictStr] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3Patch] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SnmpManagerPatch

Create an instance of SnmpManagerPatch from a dict

classmethod from_json(json_str: str) SnmpManagerPatch

Create an instance of SnmpManagerPatch from a JSON string

host: Optional[StrictStr]
name: Optional[StrictStr]
notification: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

v2c: Optional[SnmpV2c]
v3: Optional[SnmpV3Patch]
version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.snmp_manager_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_manager_post.SnmpManagerPost(*, host: Optional[StrictStr] = None, notification: Optional[StrictStr] = None, v2c: Optional[SnmpV2c] = None, v3: Optional[SnmpV3Post] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SnmpManagerPost

Create an instance of SnmpManagerPost from a dict

classmethod from_json(json_str: str) SnmpManagerPost

Create an instance of SnmpManagerPost from a JSON string

host: Optional[StrictStr]
notification: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

v2c: Optional[SnmpV2c]
v3: Optional[SnmpV3Post]
version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.snmp_manager_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_manager_response.SnmpManagerResponse(*, items: Optional[ConstrainedListValue[SnmpManager]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SnmpManagerResponse

Create an instance of SnmpManagerResponse from a dict

classmethod from_json(json_str: str) SnmpManagerResponse

Create an instance of SnmpManagerResponse from a JSON string

items: Optional[ConstrainedListValue[SnmpManager]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.snmp_v2c module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_v2c.SnmpV2c(*, community: Optional[ConstrainedStrValue] = None)

Bases: BaseModel

The v2c configurations of SNMP. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
community: Optional[ConstrainedStrValue]
classmethod from_dict(obj: dict) SnmpV2c

Create an instance of SnmpV2c from a dict

classmethod from_json(json_str: str) SnmpV2c

Create an instance of SnmpV2c from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.snmp_v3 module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_v3.SnmpV3(*, auth_passphrase: Optional[StrictStr] = None, auth_protocol: Optional[StrictStr] = None, privacy_passphrase: Optional[StrictStr] = None, privacy_protocol: Optional[StrictStr] = None, user: Optional[StrictStr] = None)

Bases: BaseModel

The v3 configurations of SNMP. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
auth_passphrase: Optional[StrictStr]
auth_protocol: Optional[StrictStr]
classmethod from_dict(obj: dict) SnmpV3

Create an instance of SnmpV3 from a dict

classmethod from_json(json_str: str) SnmpV3

Create an instance of SnmpV3 from a JSON string

privacy_passphrase: Optional[StrictStr]
privacy_protocol: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.snmp_v3_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_v3_patch.SnmpV3Patch(*, auth_passphrase: Optional[ConstrainedStrValue] = None, auth_protocol: Optional[StrictStr] = None, privacy_passphrase: Optional[ConstrainedStrValue] = None, privacy_protocol: Optional[StrictStr] = None, user: Optional[StrictStr] = None)

Bases: BaseModel

The v3 configurations of SNMP. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
auth_passphrase: Optional[ConstrainedStrValue]
auth_protocol: Optional[StrictStr]
classmethod from_dict(obj: dict) SnmpV3Patch

Create an instance of SnmpV3Patch from a dict

classmethod from_json(json_str: str) SnmpV3Patch

Create an instance of SnmpV3Patch from a JSON string

privacy_passphrase: Optional[ConstrainedStrValue]
privacy_protocol: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.snmp_v3_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.snmp_v3_post.SnmpV3Post(*, auth_passphrase: Optional[ConstrainedStrValue] = None, auth_protocol: Optional[StrictStr] = None, privacy_passphrase: Optional[ConstrainedStrValue] = None, privacy_protocol: Optional[StrictStr] = None, user: Optional[StrictStr] = None)

Bases: BaseModel

The v3 configurations of SNMP. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
auth_passphrase: Optional[ConstrainedStrValue]
auth_protocol: Optional[StrictStr]
classmethod from_dict(obj: dict) SnmpV3Post

Create an instance of SnmpV3Post from a dict

classmethod from_json(json_str: str) SnmpV3Post

Create an instance of SnmpV3Post from a JSON string

privacy_passphrase: Optional[ConstrainedStrValue]
privacy_protocol: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

user: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.software module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software.Software(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, details: Optional[StrictStr] = None, payload_id: Optional[StrictStr] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None, upgrade_hops: Optional[ConstrainedListValue[StrictStr]] = None, upgrade_plan: Optional[ConstrainedListValue[SoftwareUpgradePlan]] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) Software

Create an instance of Software from a dict

classmethod from_json(json_str: str) Software

Create an instance of Software from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
payload_id: Optional[StrictStr]
progress: Optional[Union[StrictFloat, StrictInt]]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

upgrade_hops: Optional[ConstrainedListValue[StrictStr]]
upgrade_plan: Optional[ConstrainedListValue[SoftwareUpgradePlan]]
version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.software_bundle module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_bundle.SoftwareBundle(*, id: Optional[StrictStr] = None, created: Optional[Union[StrictFloat, StrictInt]] = None, details: Optional[StrictStr] = None, download_progress: Optional[Union[StrictFloat, StrictInt]] = None, source: Optional[StrictStr] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[Union[StrictFloat, StrictInt]]
details: Optional[StrictStr]
download_progress: Optional[Union[StrictFloat, StrictInt]]
classmethod from_dict(obj: dict) SoftwareBundle

Create an instance of SoftwareBundle from a dict

classmethod from_json(json_str: str) SoftwareBundle

Create an instance of SoftwareBundle from a JSON string

id: Optional[StrictStr]
source: Optional[StrictStr]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_bundle_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_bundle_get_response.SoftwareBundleGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareBundle]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareBundleGetResponse

Create an instance of SoftwareBundleGetResponse from a dict

classmethod from_json(json_str: str) SoftwareBundleGetResponse

Create an instance of SoftwareBundleGetResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareBundle]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.software_bundle_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_bundle_post.SoftwareBundlePost(*, source: Optional[StrictStr] = None)

Bases: BaseModel

The source of the software bundle. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwareBundlePost

Create an instance of SoftwareBundlePost from a dict

classmethod from_json(json_str: str) SoftwareBundlePost

Create an instance of SoftwareBundlePost from a JSON string

source: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_bundle_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_bundle_response.SoftwareBundleResponse(*, items: Optional[ConstrainedListValue[SoftwareBundle]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwareBundleResponse

Create an instance of SoftwareBundleResponse from a dict

classmethod from_json(json_str: str) SoftwareBundleResponse

Create an instance of SoftwareBundleResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareBundle]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_check module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_check.SoftwareCheck(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, end_time: Optional[StrictInt] = None, start_time: Optional[StrictInt] = None, checks: Optional[ConstrainedListValue[SoftwareChecksChecks]] = None, details: Optional[StrictStr] = None, software_name: Optional[StrictStr] = None, software_upgrade_hops: Optional[ConstrainedListValue[StrictStr]] = None, software_version: Optional[StrictStr] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
checks: Optional[ConstrainedListValue[SoftwareChecksChecks]]
details: Optional[StrictStr]
end_time: Optional[StrictInt]
classmethod from_dict(obj: dict) SoftwareCheck

Create an instance of SoftwareCheck from a dict

classmethod from_json(json_str: str) SoftwareCheck

Create an instance of SoftwareCheck from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
software_name: Optional[StrictStr]
software_upgrade_hops: Optional[ConstrainedListValue[StrictStr]]
software_version: Optional[StrictStr]
start_time: Optional[StrictInt]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_checks_checks module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_checks_checks.SoftwareChecksChecks(*, details: Optional[StrictStr] = None, name: Optional[StrictStr] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareChecksChecks

Create an instance of SoftwareChecksChecks from a dict

classmethod from_json(json_str: str) SoftwareChecksChecks

Create an instance of SoftwareChecksChecks from a JSON string

name: Optional[StrictStr]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_checks_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_checks_get_response.SoftwareChecksGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareCheck]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareChecksGetResponse

Create an instance of SoftwareChecksGetResponse from a dict

classmethod from_json(json_str: str) SoftwareChecksGetResponse

Create an instance of SoftwareChecksGetResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareCheck]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.software_checks_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_checks_response.SoftwareChecksResponse(*, items: Optional[ConstrainedListValue[SoftwareCheck]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwareChecksResponse

Create an instance of SoftwareChecksResponse from a dict

classmethod from_json(json_str: str) SoftwareChecksResponse

Create an instance of SoftwareChecksResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareCheck]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_get_response.SoftwareGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Software]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareGetResponse

Create an instance of SoftwareGetResponse from a dict

classmethod from_json(json_str: str) SoftwareGetResponse

Create an instance of SoftwareGetResponse from a JSON string

items: Optional[ConstrainedListValue[Software]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.software_installation module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_installation.SoftwareInstallation(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, end_time: Optional[StrictInt] = None, start_time: Optional[StrictInt] = None, current_step_id: Optional[StrictStr] = None, details: Optional[StrictStr] = None, mode: Optional[StrictStr] = None, override_checks: Optional[ConstrainedListValue[OverrideCheck]] = None, software: Optional[Reference] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
current_step_id: Optional[StrictStr]
details: Optional[StrictStr]
end_time: Optional[StrictInt]
classmethod from_dict(obj: dict) SoftwareInstallation

Create an instance of SoftwareInstallation from a dict

classmethod from_json(json_str: str) SoftwareInstallation

Create an instance of SoftwareInstallation from a JSON string

id: Optional[StrictStr]
mode: Optional[StrictStr]
name: Optional[StrictStr]
override_checks: Optional[ConstrainedListValue[OverrideCheck]]
software: Optional[Reference]
start_time: Optional[StrictInt]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_installation_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_installation_patch.SoftwareInstallationPatch(*, add_override_checks: Optional[ConstrainedListValue[OverrideCheck]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
add_override_checks: Optional[ConstrainedListValue[OverrideCheck]]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwareInstallationPatch

Create an instance of SoftwareInstallationPatch from a dict

classmethod from_json(json_str: str) SoftwareInstallationPatch

Create an instance of SoftwareInstallationPatch from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_installation_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_installation_post.SoftwareInstallationPost(*, mode: Optional[StrictStr] = None, override_checks: Optional[ConstrainedListValue[OverrideCheck]] = None)

Bases: BaseModel

Software upgrade attempt. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwareInstallationPost

Create an instance of SoftwareInstallationPost from a dict

classmethod from_json(json_str: str) SoftwareInstallationPost

Create an instance of SoftwareInstallationPost from a JSON string

mode: Optional[StrictStr]
override_checks: Optional[ConstrainedListValue[OverrideCheck]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_installation_step module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_installation_step.SoftwareInstallationStep(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, end_time: Optional[StrictInt] = None, start_time: Optional[StrictInt] = None, checks: Optional[ConstrainedListValue[SoftwareInstallationStepsChecks]] = None, description: Optional[StrictStr] = None, details: Optional[StrictStr] = None, hop_version: Optional[StrictStr] = None, installation: Optional[Reference] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
checks: Optional[ConstrainedListValue[SoftwareInstallationStepsChecks]]
description: Optional[StrictStr]
details: Optional[StrictStr]
end_time: Optional[StrictInt]
classmethod from_dict(obj: dict) SoftwareInstallationStep

Create an instance of SoftwareInstallationStep from a dict

classmethod from_json(json_str: str) SoftwareInstallationStep

Create an instance of SoftwareInstallationStep from a JSON string

hop_version: Optional[StrictStr]
id: Optional[StrictStr]
installation: Optional[Reference]
name: Optional[StrictStr]
start_time: Optional[StrictInt]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_installation_steps_checks module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_installation_steps_checks.SoftwareInstallationStepsChecks(*, details: Optional[StrictStr] = None, name: Optional[StrictStr] = None, overridable: Optional[StrictBool] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareInstallationStepsChecks

Create an instance of SoftwareInstallationStepsChecks from a dict

classmethod from_json(json_str: str) SoftwareInstallationStepsChecks

Create an instance of SoftwareInstallationStepsChecks from a JSON string

name: Optional[StrictStr]
overridable: Optional[StrictBool]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_installation_steps_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_installation_steps_get_response.SoftwareInstallationStepsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareInstallationStep]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareInstallationStepsGetResponse

Create an instance of SoftwareInstallationStepsGetResponse from a dict

classmethod from_json(json_str: str) SoftwareInstallationStepsGetResponse

Create an instance of SoftwareInstallationStepsGetResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareInstallationStep]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.software_installation_steps_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_installation_steps_response.SoftwareInstallationStepsResponse(*, items: Optional[ConstrainedListValue[SoftwareInstallationStep]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwareInstallationStepsResponse

Create an instance of SoftwareInstallationStepsResponse from a dict

classmethod from_json(json_str: str) SoftwareInstallationStepsResponse

Create an instance of SoftwareInstallationStepsResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareInstallationStep]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_installations_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_installations_get_response.SoftwareInstallationsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareInstallation]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareInstallationsGetResponse

Create an instance of SoftwareInstallationsGetResponse from a dict

classmethod from_json(json_str: str) SoftwareInstallationsGetResponse

Create an instance of SoftwareInstallationsGetResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareInstallation]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.software_installations_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_installations_response.SoftwareInstallationsResponse(*, items: Optional[ConstrainedListValue[SoftwareInstallation]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwareInstallationsResponse

Create an instance of SoftwareInstallationsResponse from a dict

classmethod from_json(json_str: str) SoftwareInstallationsResponse

Create an instance of SoftwareInstallationsResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareInstallation]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_patch.SoftwarePatch(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, alert_code: Optional[StrictInt] = None, description: Optional[StrictStr] = None, details: Optional[StrictStr] = None, ha_reduction_required: Optional[StrictBool] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
alert_code: Optional[StrictInt]
as_request_dict() Dict[str, Any]
description: Optional[StrictStr]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwarePatch

Create an instance of SoftwarePatch from a dict

classmethod from_json(json_str: str) SoftwarePatch

Create an instance of SoftwarePatch from a JSON string

ha_reduction_required: Optional[StrictBool]
id: Optional[StrictStr]
name: Optional[StrictStr]
progress: Optional[Union[StrictFloat, StrictInt]]
status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_patches_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_patches_get_response.SoftwarePatchesGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwarePatch]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwarePatchesGetResponse

Create an instance of SoftwarePatchesGetResponse from a dict

classmethod from_json(json_str: str) SoftwarePatchesGetResponse

Create an instance of SoftwarePatchesGetResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwarePatch]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.software_patches_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_patches_response.SoftwarePatchesResponse(*, items: Optional[ConstrainedListValue[SoftwarePatch]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwarePatchesResponse

Create an instance of SoftwarePatchesResponse from a dict

classmethod from_json(json_str: str) SoftwarePatchesResponse

Create an instance of SoftwarePatchesResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwarePatch]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_post.SoftwarePost(*, name: Optional[StrictStr] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

Software to be installed on the array. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwarePost

Create an instance of SoftwarePost from a dict

classmethod from_json(json_str: str) SoftwarePost

Create an instance of SoftwarePost from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.software_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_response.SoftwareResponse(*, items: Optional[ConstrainedListValue[Software]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwareResponse

Create an instance of SoftwareResponse from a dict

classmethod from_json(json_str: str) SoftwareResponse

Create an instance of SoftwareResponse from a JSON string

items: Optional[ConstrainedListValue[Software]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_upgrade_plan module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_upgrade_plan.SoftwareUpgradePlan(*, description: Optional[StrictStr] = None, hop_version: Optional[StrictStr] = None, step_name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
description: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareUpgradePlan

Create an instance of SoftwareUpgradePlan from a dict

classmethod from_json(json_str: str) SoftwareUpgradePlan

Create an instance of SoftwareUpgradePlan from a JSON string

hop_version: Optional[StrictStr]
step_name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.software_version module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_version.SoftwareVersion(*, details: Optional[StrictStr] = None, name: Optional[StrictStr] = None, release_family: Optional[StrictStr] = None, upgrade_hops: Optional[ConstrainedListValue[StrictStr]] = None, version: Optional[StrictStr] = None)

Bases: BaseModel

Version candidates for software upgrade. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
details: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareVersion

Create an instance of SoftwareVersion from a dict

classmethod from_json(json_str: str) SoftwareVersion

Create an instance of SoftwareVersion from a JSON string

name: Optional[StrictStr]
release_family: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

upgrade_hops: Optional[ConstrainedListValue[StrictStr]]
version: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.software_versions_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_versions_get_response.SoftwareVersionsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SoftwareVersion]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SoftwareVersionsGetResponse

Create an instance of SoftwareVersionsGetResponse from a dict

classmethod from_json(json_str: str) SoftwareVersionsGetResponse

Create an instance of SoftwareVersionsGetResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareVersion]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.software_versions_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.software_versions_response.SoftwareVersionsResponse(*, items: Optional[ConstrainedListValue[SoftwareVersion]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SoftwareVersionsResponse

Create an instance of SoftwareVersionsResponse from a dict

classmethod from_json(json_str: str) SoftwareVersionsResponse

Create an instance of SoftwareVersionsResponse from a JSON string

items: Optional[ConstrainedListValue[SoftwareVersion]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.space module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.space.Space(*, data_reduction: Optional[Union[StrictFloat, StrictInt]] = None, footprint: Optional[ConstrainedIntValue] = None, shared: Optional[ConstrainedIntValue] = None, snapshots: Optional[ConstrainedIntValue] = None, system: Optional[ConstrainedIntValue] = None, thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, total_physical: Optional[ConstrainedIntValue] = None, total_provisioned: Optional[ConstrainedIntValue] = None, total_reduction: Optional[Union[StrictFloat, StrictInt]] = None, total_used: Optional[ConstrainedIntValue] = None, unique: Optional[ConstrainedIntValue] = None, used_provisioned: Optional[ConstrainedIntValue] = None, virtual: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
data_reduction: Optional[Union[StrictFloat, StrictInt]]
footprint: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) Space

Create an instance of Space from a dict

classmethod from_json(json_str: str) Space

Create an instance of Space from a JSON string

shared: Optional[ConstrainedIntValue]
snapshots: Optional[ConstrainedIntValue]
system: Optional[ConstrainedIntValue]
thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_physical: Optional[ConstrainedIntValue]
total_provisioned: Optional[ConstrainedIntValue]
total_reduction: Optional[Union[StrictFloat, StrictInt]]
total_used: Optional[ConstrainedIntValue]
unique: Optional[ConstrainedIntValue]
used_provisioned: Optional[ConstrainedIntValue]
virtual: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.start_end_time module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.start_end_time.StartEndTime(*, end_time: Optional[StrictInt] = None, start_time: Optional[StrictInt] = None)

Bases: BaseModel

A resource with a start time and end time. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
end_time: Optional[StrictInt]
classmethod from_dict(obj: dict) StartEndTime

Create an instance of StartEndTime from a dict

classmethod from_json(json_str: str) StartEndTime

Create an instance of StartEndTime from a JSON string

start_time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.subnet module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subnet.Subnet(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, gateway: Optional[StrictStr] = None, mtu: Optional[ConstrainedIntValue] = None, prefix: Optional[StrictStr] = None, vlan: Optional[StrictInt] = None, interfaces: Optional[ConstrainedListValue[FixedReferenceNoId]] = None, services: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) Subnet

Create an instance of Subnet from a dict

classmethod from_json(json_str: str) Subnet

Create an instance of Subnet from a JSON string

gateway: Optional[StrictStr]
interfaces: Optional[ConstrainedListValue[FixedReferenceNoId]]
mtu: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
prefix: Optional[StrictStr]
services: Optional[ConstrainedListValue[StrictStr]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vlan: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.subnet_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subnet_get_response.SubnetGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Subnet]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SubnetGetResponse

Create an instance of SubnetGetResponse from a dict

classmethod from_json(json_str: str) SubnetGetResponse

Create an instance of SubnetGetResponse from a JSON string

items: Optional[ConstrainedListValue[Subnet]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.subnet_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subnet_patch.SubnetPatch(*, name: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, gateway: Optional[StrictStr] = None, mtu: Optional[ConstrainedIntValue] = None, prefix: Optional[StrictStr] = None, vlan: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) SubnetPatch

Create an instance of SubnetPatch from a dict

classmethod from_json(json_str: str) SubnetPatch

Create an instance of SubnetPatch from a JSON string

gateway: Optional[StrictStr]
mtu: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
prefix: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vlan: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.subnet_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subnet_post.SubnetPost(*, enabled: Optional[StrictBool] = None, gateway: Optional[StrictStr] = None, mtu: Optional[ConstrainedIntValue] = None, prefix: Optional[StrictStr] = None, vlan: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) SubnetPost

Create an instance of SubnetPost from a dict

classmethod from_json(json_str: str) SubnetPost

Create an instance of SubnetPost from a JSON string

gateway: Optional[StrictStr]
mtu: Optional[ConstrainedIntValue]
prefix: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vlan: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.subnet_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subnet_response.SubnetResponse(*, items: Optional[ConstrainedListValue[Subnet]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SubnetResponse

Create an instance of SubnetResponse from a dict

classmethod from_json(json_str: str) SubnetResponse

Create an instance of SubnetResponse from a JSON string

items: Optional[ConstrainedListValue[Subnet]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.subscription module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subscription.Subscription(*, id: Optional[StrictStr] = None, service: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Subscription

Create an instance of Subscription from a dict

classmethod from_json(json_str: str) Subscription

Create an instance of Subscription from a JSON string

id: Optional[StrictStr]
service: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.subscription_asset module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subscription_asset.SubscriptionAsset(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, subscription: Optional[SubscriptionAssetSubscription] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SubscriptionAsset

Create an instance of SubscriptionAsset from a dict

classmethod from_json(json_str: str) SubscriptionAsset

Create an instance of SubscriptionAsset from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
subscription: Optional[SubscriptionAssetSubscription]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.subscription_asset_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subscription_asset_get_response.SubscriptionAssetGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SubscriptionAsset]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SubscriptionAssetGetResponse

Create an instance of SubscriptionAssetGetResponse from a dict

classmethod from_json(json_str: str) SubscriptionAssetGetResponse

Create an instance of SubscriptionAssetGetResponse from a JSON string

items: Optional[ConstrainedListValue[SubscriptionAsset]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.subscription_asset_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subscription_asset_response.SubscriptionAssetResponse(*, items: Optional[ConstrainedListValue[SubscriptionAsset]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SubscriptionAssetResponse

Create an instance of SubscriptionAssetResponse from a dict

classmethod from_json(json_str: str) SubscriptionAssetResponse

Create an instance of SubscriptionAssetResponse from a JSON string

items: Optional[ConstrainedListValue[SubscriptionAsset]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.subscription_asset_subscription module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subscription_asset_subscription.SubscriptionAssetSubscription(*, id: Optional[StrictStr] = None)

Bases: BaseModel

A reference to which subscription this appliance belongs. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SubscriptionAssetSubscription

Create an instance of SubscriptionAssetSubscription from a dict

classmethod from_json(json_str: str) SubscriptionAssetSubscription

Create an instance of SubscriptionAssetSubscription from a JSON string

id: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.subscription_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subscription_get_response.SubscriptionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Subscription]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SubscriptionGetResponse

Create an instance of SubscriptionGetResponse from a dict

classmethod from_json(json_str: str) SubscriptionGetResponse

Create an instance of SubscriptionGetResponse from a JSON string

items: Optional[ConstrainedListValue[Subscription]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.subscription_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.subscription_response.SubscriptionResponse(*, items: Optional[ConstrainedListValue[Subscription]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SubscriptionResponse

Create an instance of SubscriptionResponse from a dict

classmethod from_json(json_str: str) SubscriptionResponse

Create an instance of SubscriptionResponse from a JSON string

items: Optional[ConstrainedListValue[Subscription]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.support module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.support.Support(*, phonehome_enabled: Optional[StrictBool] = None, proxy: Optional[StrictStr] = None, remote_assist_active: Optional[StrictBool] = None, remote_assist_expires: Optional[StrictInt] = None, remote_assist_opened: Optional[StrictInt] = None, remote_assist_paths: Optional[ConstrainedListValue[SupportRemoteAssistPaths]] = None, remote_assist_status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Support

Create an instance of Support from a dict

classmethod from_json(json_str: str) Support

Create an instance of Support from a JSON string

phonehome_enabled: Optional[StrictBool]
proxy: Optional[StrictStr]
remote_assist_active: Optional[StrictBool]
remote_assist_expires: Optional[StrictInt]
remote_assist_opened: Optional[StrictInt]
remote_assist_paths: Optional[ConstrainedListValue[SupportRemoteAssistPaths]]
remote_assist_status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.support_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.support_get_response.SupportGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Support]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SupportGetResponse

Create an instance of SupportGetResponse from a dict

classmethod from_json(json_str: str) SupportGetResponse

Create an instance of SupportGetResponse from a JSON string

items: Optional[ConstrainedListValue[Support]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.support_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.support_patch.SupportPatch(*, phonehome_enabled: Optional[StrictBool] = None, proxy: Optional[StrictStr] = None, remote_assist_active: Optional[StrictBool] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SupportPatch

Create an instance of SupportPatch from a dict

classmethod from_json(json_str: str) SupportPatch

Create an instance of SupportPatch from a JSON string

phonehome_enabled: Optional[StrictBool]
proxy: Optional[StrictStr]
remote_assist_active: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.support_remote_assist_paths module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.support_remote_assist_paths.SupportRemoteAssistPaths(*, component_name: Optional[StrictStr] = None, status: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
component_name: Optional[StrictStr]
classmethod from_dict(obj: dict) SupportRemoteAssistPaths

Create an instance of SupportRemoteAssistPaths from a dict

classmethod from_json(json_str: str) SupportRemoteAssistPaths

Create an instance of SupportRemoteAssistPaths from a JSON string

status: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.support_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.support_response.SupportResponse(*, items: Optional[ConstrainedListValue[Support]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SupportResponse

Create an instance of SupportResponse from a dict

classmethod from_json(json_str: str) SupportResponse

Create an instance of SupportResponse from a JSON string

items: Optional[ConstrainedListValue[Support]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.syslog_server module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.syslog_server.SyslogServer(*, name: Optional[StrictStr] = None, uri: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SyslogServer

Create an instance of SyslogServer from a dict

classmethod from_json(json_str: str) SyslogServer

Create an instance of SyslogServer from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

uri: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.syslog_server_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.syslog_server_get_response.SyslogServerGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SyslogServer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SyslogServerGetResponse

Create an instance of SyslogServerGetResponse from a dict

classmethod from_json(json_str: str) SyslogServerGetResponse

Create an instance of SyslogServerGetResponse from a JSON string

items: Optional[ConstrainedListValue[SyslogServer]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.syslog_server_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.syslog_server_response.SyslogServerResponse(*, items: Optional[ConstrainedListValue[SyslogServer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SyslogServerResponse

Create an instance of SyslogServerResponse from a dict

classmethod from_json(json_str: str) SyslogServerResponse

Create an instance of SyslogServerResponse from a JSON string

items: Optional[ConstrainedListValue[SyslogServer]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.syslog_server_settings module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.syslog_server_settings.SyslogServerSettings(*, ca_certificate: Optional[StrictStr] = None, logging_severity: Optional[StrictStr] = None, tls_audit_enabled: Optional[StrictBool] = None)

Bases: BaseModel

Global settings for syslog servers. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
ca_certificate: Optional[StrictStr]
classmethod from_dict(obj: dict) SyslogServerSettings

Create an instance of SyslogServerSettings from a dict

classmethod from_json(json_str: str) SyslogServerSettings

Create an instance of SyslogServerSettings from a JSON string

logging_severity: Optional[StrictStr]
tls_audit_enabled: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.syslog_server_settings_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.syslog_server_settings_get_response.SyslogServerSettingsGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[SyslogServerSettings]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) SyslogServerSettingsGetResponse

Create an instance of SyslogServerSettingsGetResponse from a dict

classmethod from_json(json_str: str) SyslogServerSettingsGetResponse

Create an instance of SyslogServerSettingsGetResponse from a JSON string

items: Optional[ConstrainedListValue[SyslogServerSettings]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.syslog_server_settings_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.syslog_server_settings_response.SyslogServerSettingsResponse(*, items: Optional[ConstrainedListValue[SyslogServerSettings]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) SyslogServerSettingsResponse

Create an instance of SyslogServerSettingsResponse from a dict

classmethod from_json(json_str: str) SyslogServerSettingsResponse

Create an instance of SyslogServerSettingsResponse from a JSON string

items: Optional[ConstrainedListValue[SyslogServerSettings]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.tag module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.tag.Tag(*, copyable: Optional[StrictBool] = None, key: Optional[StrictStr] = None, namespace: Optional[StrictStr] = None, resource: Optional[FixedReference] = None, value: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
copyable: Optional[StrictBool]
classmethod from_dict(obj: dict) Tag

Create an instance of Tag from a dict

classmethod from_json(json_str: str) Tag

Create an instance of Tag from a JSON string

key: Optional[StrictStr]
namespace: Optional[StrictStr]
resource: Optional[FixedReference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

value: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.tag_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.tag_get_response.TagGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Tag]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) TagGetResponse

Create an instance of TagGetResponse from a dict

classmethod from_json(json_str: str) TagGetResponse

Create an instance of TagGetResponse from a JSON string

items: Optional[ConstrainedListValue[Tag]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.tag_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.tag_response.TagResponse(*, items: Optional[ConstrainedListValue[Tag]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) TagResponse

Create an instance of TagResponse from a dict

classmethod from_json(json_str: str) TagResponse

Create an instance of TagResponse from a JSON string

items: Optional[ConstrainedListValue[Tag]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.target_protection_group module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.target_protection_group.TargetProtectionGroup(*, allowed: Optional[StrictBool] = None, group: Optional[Reference] = None, member: Optional[ReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
allowed: Optional[StrictBool]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) TargetProtectionGroup

Create an instance of TargetProtectionGroup from a dict

classmethod from_json(json_str: str) TargetProtectionGroup

Create an instance of TargetProtectionGroup from a JSON string

group: Optional[Reference]
member: Optional[ReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.target_protection_group_post_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.target_protection_group_post_patch.TargetProtectionGroupPostPatch(*, allowed: Optional[StrictBool] = None, protection_group: Optional[FixedReference] = None, target: Optional[FixedReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
allowed: Optional[StrictBool]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) TargetProtectionGroupPostPatch

Create an instance of TargetProtectionGroupPostPatch from a dict

classmethod from_json(json_str: str) TargetProtectionGroupPostPatch

Create an instance of TargetProtectionGroupPostPatch from a JSON string

protection_group: Optional[FixedReference]
target: Optional[FixedReferenceNoId]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.test_result module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result.TestResult(*, component_address: Optional[StrictStr] = None, component_name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, destination: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, result_details: Optional[StrictStr] = None, success: Optional[StrictBool] = None, test_type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
component_address: Optional[StrictStr]
component_name: Optional[StrictStr]
description: Optional[StrictStr]
destination: Optional[StrictStr]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) TestResult

Create an instance of TestResult from a dict

classmethod from_json(json_str: str) TestResult

Create an instance of TestResult from a JSON string

result_details: Optional[StrictStr]
success: Optional[StrictBool]
test_type: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.test_result_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result_get_response.TestResultGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[TestResult]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) TestResultGetResponse

Create an instance of TestResultGetResponse from a dict

classmethod from_json(json_str: str) TestResultGetResponse

Create an instance of TestResultGetResponse from a JSON string

items: Optional[ConstrainedListValue[TestResult]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.test_result_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result_response.TestResultResponse(*, items: Optional[ConstrainedListValue[TestResult]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) TestResultResponse

Create an instance of TestResultResponse from a dict

classmethod from_json(json_str: str) TestResultResponse

Create an instance of TestResultResponse from a JSON string

items: Optional[ConstrainedListValue[TestResult]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.test_result_with_resource module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result_with_resource.TestResultWithResource(*, component_address: Optional[StrictStr] = None, component_name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, destination: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, result_details: Optional[StrictStr] = None, success: Optional[StrictBool] = None, test_type: Optional[StrictStr] = None, resource: Optional[FixedReferenceNoId] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
component_address: Optional[StrictStr]
component_name: Optional[StrictStr]
description: Optional[StrictStr]
destination: Optional[StrictStr]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) TestResultWithResource

Create an instance of TestResultWithResource from a dict

classmethod from_json(json_str: str) TestResultWithResource

Create an instance of TestResultWithResource from a JSON string

resource: Optional[FixedReferenceNoId]
result_details: Optional[StrictStr]
success: Optional[StrictBool]
test_type: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.test_result_with_resource_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result_with_resource_get_response.TestResultWithResourceGetResponse(*, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[TestResultWithResource]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) TestResultWithResourceGetResponse

Create an instance of TestResultWithResourceGetResponse from a dict

classmethod from_json(json_str: str) TestResultWithResourceGetResponse

Create an instance of TestResultWithResourceGetResponse from a JSON string

items: Optional[ConstrainedListValue[TestResultWithResource]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.test_result_with_resource_patch_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result_with_resource_patch_response.TestResultWithResourcePatchResponse(*, items: Optional[ConstrainedListValue[TestResultWithResource]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) TestResultWithResourcePatchResponse

Create an instance of TestResultWithResourcePatchResponse from a dict

classmethod from_json(json_str: str) TestResultWithResourcePatchResponse

Create an instance of TestResultWithResourcePatchResponse from a JSON string

items: Optional[ConstrainedListValue[TestResultWithResource]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.test_result_with_resource_post_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result_with_resource_post_response.TestResultWithResourcePostResponse(*, items: Optional[ConstrainedListValue[TestResultWithResource]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) TestResultWithResourcePostResponse

Create an instance of TestResultWithResourcePostResponse from a dict

classmethod from_json(json_str: str) TestResultWithResourcePostResponse

Create an instance of TestResultWithResourcePostResponse from a JSON string

items: Optional[ConstrainedListValue[TestResultWithResource]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.test_result_with_resource_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result_with_resource_response.TestResultWithResourceResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[TestResultWithResource]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) TestResultWithResourceResponse

Create an instance of TestResultWithResourceResponse from a dict

classmethod from_json(json_str: str) TestResultWithResourceResponse

Create an instance of TestResultWithResourceResponse from a JSON string

items: Optional[ConstrainedListValue[TestResultWithResource]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.test_result_with_resource_with_id module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result_with_resource_with_id.TestResultWithResourceWithId(*, component_address: Optional[StrictStr] = None, component_name: Optional[StrictStr] = None, description: Optional[StrictStr] = None, destination: Optional[StrictStr] = None, enabled: Optional[StrictBool] = None, result_details: Optional[StrictStr] = None, success: Optional[StrictBool] = None, test_type: Optional[StrictStr] = None, resource: Optional[FixedReference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
component_address: Optional[StrictStr]
component_name: Optional[StrictStr]
description: Optional[StrictStr]
destination: Optional[StrictStr]
enabled: Optional[StrictBool]
classmethod from_dict(obj: dict) TestResultWithResourceWithId

Create an instance of TestResultWithResourceWithId from a dict

classmethod from_json(json_str: str) TestResultWithResourceWithId

Create an instance of TestResultWithResourceWithId from a JSON string

resource: Optional[FixedReference]
result_details: Optional[StrictStr]
success: Optional[StrictBool]
test_type: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.test_result_with_resource_with_id_post_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.test_result_with_resource_with_id_post_response.TestResultWithResourceWithIdPostResponse(*, items: Optional[ConstrainedListValue[TestResultWithResourceWithId]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) TestResultWithResourceWithIdPostResponse

Create an instance of TestResultWithResourceWithIdPostResponse from a dict

classmethod from_json(json_str: str) TestResultWithResourceWithIdPostResponse

Create an instance of TestResultWithResourceWithIdPostResponse from a JSON string

items: Optional[ConstrainedListValue[TestResultWithResourceWithId]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.throttle module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.throttle.Throttle(*, default_limit: Optional[StrictInt] = None, window: Optional[TimeWindow] = None, window_limit: Optional[StrictInt] = None)

Bases: BaseModel

The bandwidth throttling for an array connection. Configurable on PATCH only. # noqa: E501

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
default_limit: Optional[StrictInt]
classmethod from_dict(obj: dict) Throttle

Create an instance of Throttle from a dict

classmethod from_json(json_str: str) Throttle

Create an instance of Throttle from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

window: Optional[TimeWindow]
window_limit: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.throttle_deprecated module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.throttle_deprecated.ThrottleDeprecated(*, default_limit: Optional[StrictInt] = None, window: Optional[TimeWindow] = None, window_limit: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
default_limit: Optional[StrictInt]
classmethod from_dict(obj: dict) ThrottleDeprecated

Create an instance of ThrottleDeprecated from a dict

classmethod from_json(json_str: str) ThrottleDeprecated

Create an instance of ThrottleDeprecated from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

window: Optional[TimeWindow]
window_limit: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.time_window module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.time_window.TimeWindow(*, end: Optional[StrictInt] = None, start: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
end: Optional[StrictInt]
classmethod from_dict(obj: dict) TimeWindow

Create an instance of TimeWindow from a dict

classmethod from_json(json_str: str) TimeWindow

Create an instance of TimeWindow from a JSON string

start: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.total_item_count_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.total_item_count_response.TotalItemCountResponse(*, total_item_count: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) TotalItemCountResponse

Create an instance of TotalItemCountResponse from a dict

classmethod from_json(json_str: str) TotalItemCountResponse

Create an instance of TotalItemCountResponse from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.transfer module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.transfer.Transfer(*, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
completed: Optional[StrictInt]
data_transferred: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) Transfer

Create an instance of Transfer from a dict

classmethod from_json(json_str: str) Transfer

Create an instance of Transfer from a JSON string

physical_bytes_written: Optional[StrictInt]
progress: Optional[Union[StrictFloat, StrictInt]]
started: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.username module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.username.Username(*, username: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Username

Create an instance of Username from a dict

classmethod from_json(json_str: str) Username

Create an instance of Username from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

username: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.username_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.username_response.UsernameResponse(*, items: Optional[ConstrainedListValue[Username]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) UsernameResponse

Create an instance of UsernameResponse from a dict

classmethod from_json(json_str: str) UsernameResponse

Create an instance of UsernameResponse from a JSON string

items: Optional[ConstrainedListValue[Username]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.vchost module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost.Vchost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, vcuuid: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) Vchost

Create an instance of Vchost from a dict

classmethod from_json(json_str: str) Vchost

Create an instance of Vchost from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vcuuid: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.vchost_certificate module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_certificate.VchostCertificate(*, certificate: Optional[ReferenceNoIdWithType] = None, endpoints: Optional[ConstrainedListValue[StrictStr]] = None, id: Optional[StrictStr] = None, is_local: Optional[StrictBool] = None, vchost: Optional[ReferenceWithType] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
certificate: Optional[ReferenceNoIdWithType]
endpoints: Optional[ConstrainedListValue[StrictStr]]
classmethod from_dict(obj: dict) VchostCertificate

Create an instance of VchostCertificate from a dict

classmethod from_json(json_str: str) VchostCertificate

Create an instance of VchostCertificate from a JSON string

id: Optional[StrictStr]
is_local: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vchost: Optional[ReferenceWithType]

pypureclient.flasharray.FA_2_34.models.vchost_certificate_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_certificate_get_response.VchostCertificateGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VchostCertificate]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VchostCertificateGetResponse

Create an instance of VchostCertificateGetResponse from a dict

classmethod from_json(json_str: str) VchostCertificateGetResponse

Create an instance of VchostCertificateGetResponse from a JSON string

items: Optional[ConstrainedListValue[VchostCertificate]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.vchost_certificate_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_certificate_patch.VchostCertificatePatch(*, endpoints: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
endpoints: Optional[ConstrainedListValue[StrictStr]]
classmethod from_dict(obj: dict) VchostCertificatePatch

Create an instance of VchostCertificatePatch from a dict

classmethod from_json(json_str: str) VchostCertificatePatch

Create an instance of VchostCertificatePatch from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.vchost_certificate_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_certificate_post.VchostCertificatePost(*, certificate: Optional[ReferenceNoIdWithType] = None, endpoints: Optional[ConstrainedListValue[StrictStr]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
certificate: Optional[ReferenceNoIdWithType]
endpoints: Optional[ConstrainedListValue[StrictStr]]
classmethod from_dict(obj: dict) VchostCertificatePost

Create an instance of VchostCertificatePost from a dict

classmethod from_json(json_str: str) VchostCertificatePost

Create an instance of VchostCertificatePost from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.vchost_certificate_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_certificate_response.VchostCertificateResponse(*, items: Optional[ConstrainedListValue[VchostCertificate]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VchostCertificateResponse

Create an instance of VchostCertificateResponse from a dict

classmethod from_json(json_str: str) VchostCertificateResponse

Create an instance of VchostCertificateResponse from a JSON string

items: Optional[ConstrainedListValue[VchostCertificate]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.vchost_connection module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_connection.VchostConnection(*, all_vchosts: Optional[StrictBool] = False, protocol_endpoint: Optional[FixedReference] = None, vchost: Optional[FixedReference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
all_vchosts: Optional[StrictBool]
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VchostConnection

Create an instance of VchostConnection from a dict

classmethod from_json(json_str: str) VchostConnection

Create an instance of VchostConnection from a JSON string

protocol_endpoint: Optional[FixedReference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vchost: Optional[FixedReference]

pypureclient.flasharray.FA_2_34.models.vchost_connection_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_connection_get_response.VchostConnectionGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VchostConnection]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VchostConnectionGetResponse

Create an instance of VchostConnectionGetResponse from a dict

classmethod from_json(json_str: str) VchostConnectionGetResponse

Create an instance of VchostConnectionGetResponse from a JSON string

items: Optional[ConstrainedListValue[VchostConnection]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.vchost_connection_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_connection_response.VchostConnectionResponse(*, items: Optional[ConstrainedListValue[VchostConnection]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VchostConnectionResponse

Create an instance of VchostConnectionResponse from a dict

classmethod from_json(json_str: str) VchostConnectionResponse

Create an instance of VchostConnectionResponse from a JSON string

items: Optional[ConstrainedListValue[VchostConnection]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.vchost_endpoint module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_endpoint.VchostEndpoint(*, certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]] = None, endpoint: Optional[StrictStr] = None, id: Optional[StrictStr] = None, is_local: Optional[StrictBool] = None, vchost: Optional[ReferenceWithType] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]]
endpoint: Optional[StrictStr]
classmethod from_dict(obj: dict) VchostEndpoint

Create an instance of VchostEndpoint from a dict

classmethod from_json(json_str: str) VchostEndpoint

Create an instance of VchostEndpoint from a JSON string

id: Optional[StrictStr]
is_local: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vchost: Optional[ReferenceWithType]

pypureclient.flasharray.FA_2_34.models.vchost_endpoint_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_endpoint_get_response.VchostEndpointGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VchostEndpoint]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VchostEndpointGetResponse

Create an instance of VchostEndpointGetResponse from a dict

classmethod from_json(json_str: str) VchostEndpointGetResponse

Create an instance of VchostEndpointGetResponse from a JSON string

items: Optional[ConstrainedListValue[VchostEndpoint]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.vchost_endpoint_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_endpoint_patch.VchostEndpointPatch(*, certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]]
classmethod from_dict(obj: dict) VchostEndpointPatch

Create an instance of VchostEndpointPatch from a dict

classmethod from_json(json_str: str) VchostEndpointPatch

Create an instance of VchostEndpointPatch from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.vchost_endpoint_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_endpoint_post.VchostEndpointPost(*, certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]] = None, endpoint: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
certificates: Optional[ConstrainedListValue[ReferenceNoIdWithType]]
endpoint: Optional[StrictStr]
classmethod from_dict(obj: dict) VchostEndpointPost

Create an instance of VchostEndpointPost from a dict

classmethod from_json(json_str: str) VchostEndpointPost

Create an instance of VchostEndpointPost from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.vchost_endpoint_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_endpoint_response.VchostEndpointResponse(*, items: Optional[ConstrainedListValue[VchostEndpoint]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VchostEndpointResponse

Create an instance of VchostEndpointResponse from a dict

classmethod from_json(json_str: str) VchostEndpointResponse

Create an instance of VchostEndpointResponse from a JSON string

items: Optional[ConstrainedListValue[VchostEndpoint]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.vchost_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_get_response.VchostGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Vchost]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VchostGetResponse

Create an instance of VchostGetResponse from a dict

classmethod from_json(json_str: str) VchostGetResponse

Create an instance of VchostGetResponse from a JSON string

items: Optional[ConstrainedListValue[Vchost]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.vchost_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_patch.VchostPatch(*, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VchostPatch

Create an instance of VchostPatch from a dict

classmethod from_json(json_str: str) VchostPatch

Create an instance of VchostPatch from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.vchost_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_post.VchostPost(*, vcuuid: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VchostPost

Create an instance of VchostPost from a dict

classmethod from_json(json_str: str) VchostPost

Create an instance of VchostPost from a JSON string

to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vcuuid: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.vchost_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.vchost_response.VchostResponse(*, items: Optional[ConstrainedListValue[Vchost]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VchostResponse

Create an instance of VchostResponse from a dict

classmethod from_json(json_str: str) VchostResponse

Create an instance of VchostResponse from a JSON string

items: Optional[ConstrainedListValue[Vchost]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.virtual_machine module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.virtual_machine.VirtualMachine(*, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, recover_context: Optional[FixedReference] = None, time_remaining: Optional[StrictInt] = None, vm_id: Optional[StrictStr] = None, vm_type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VirtualMachine

Create an instance of VirtualMachine from a dict

classmethod from_json(json_str: str) VirtualMachine

Create an instance of VirtualMachine from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
recover_context: Optional[FixedReference]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vm_id: Optional[StrictStr]
vm_type: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.virtual_machine_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.virtual_machine_get_response.VirtualMachineGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VirtualMachine]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VirtualMachineGetResponse

Create an instance of VirtualMachineGetResponse from a dict

classmethod from_json(json_str: str) VirtualMachineGetResponse

Create an instance of VirtualMachineGetResponse from a JSON string

items: Optional[ConstrainedListValue[VirtualMachine]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.virtual_machine_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.virtual_machine_post.VirtualMachinePost(*, id: Optional[StrictStr] = None, source: Optional[Reference] = None, vm_id: Optional[StrictStr] = None, vm_type: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VirtualMachinePost

Create an instance of VirtualMachinePost from a dict

classmethod from_json(json_str: str) VirtualMachinePost

Create an instance of VirtualMachinePost from a JSON string

id: Optional[StrictStr]
source: Optional[Reference]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

vm_id: Optional[StrictStr]
vm_type: Optional[StrictStr]

pypureclient.flasharray.FA_2_34.models.virtual_machine_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.virtual_machine_response.VirtualMachineResponse(*, items: Optional[ConstrainedListValue[VirtualMachine]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VirtualMachineResponse

Create an instance of VirtualMachineResponse from a dict

classmethod from_json(json_str: str) VirtualMachineResponse

Create an instance of VirtualMachineResponse from a JSON string

items: Optional[ConstrainedListValue[VirtualMachine]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume.Volume(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, connection_count: Optional[StrictInt] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, host_encryption_key_status: Optional[StrictStr] = None, priority_adjustment: Optional[PriorityAdjustment] = None, provisioned: Optional[StrictInt] = None, qos: Optional[Qos] = None, serial: Optional[StrictStr] = None, space: Optional[VolumeSpaceCommon] = None, time_remaining: Optional[StrictInt] = None, pod: Optional[Reference] = None, priority: Optional[StrictInt] = None, promotion_status: Optional[StrictStr] = None, protocol_endpoint: Optional[ProtocolEndpoint] = None, requested_promotion_state: Optional[StrictStr] = None, source: Optional[FixedReference] = None, subtype: Optional[StrictStr] = None, volume_group: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
connection_count: Optional[StrictInt]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) Volume

Create an instance of Volume from a dict

classmethod from_json(json_str: str) Volume

Create an instance of Volume from a JSON string

host_encryption_key_status: Optional[StrictStr]
id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[Reference]
priority: Optional[StrictInt]
priority_adjustment: Optional[PriorityAdjustment]
promotion_status: Optional[StrictStr]
protocol_endpoint: Optional[ProtocolEndpoint]
provisioned: Optional[StrictInt]
qos: Optional[Qos]
requested_promotion_state: Optional[StrictStr]
serial: Optional[StrictStr]
source: Optional[FixedReference]
space: Optional[VolumeSpaceCommon]
subtype: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

volume_group: Optional[Reference]

pypureclient.flasharray.FA_2_34.models.volume_batch_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_batch_post.VolumeBatchPost(*, destroyed: Optional[StrictBool] = None, priority_adjustment: Optional[PriorityAdjustment] = None, protocol_endpoint: Optional[ProtocolEndpoint] = None, provisioned: Optional[ConstrainedIntValue] = None, qos: Optional[Qos] = None, source: Optional[Reference] = None, subtype: Optional[StrictStr] = None, add_to_protection_groups: Optional[ConstrainedListValue[Reference]] = None, name: Optional[StrictStr] = None, tags: Optional[ConstrainedListValue[Tag]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
add_to_protection_groups: Optional[ConstrainedListValue[Reference]]
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumeBatchPost

Create an instance of VolumeBatchPost from a dict

classmethod from_json(json_str: str) VolumeBatchPost

Create an instance of VolumeBatchPost from a JSON string

name: Optional[StrictStr]
priority_adjustment: Optional[PriorityAdjustment]
protocol_endpoint: Optional[ProtocolEndpoint]
provisioned: Optional[ConstrainedIntValue]
qos: Optional[Qos]
source: Optional[Reference]
subtype: Optional[StrictStr]
tags: Optional[ConstrainedListValue[Tag]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_common module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_common.VolumeCommon(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, connection_count: Optional[StrictInt] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, host_encryption_key_status: Optional[StrictStr] = None, priority_adjustment: Optional[PriorityAdjustment] = None, provisioned: Optional[StrictInt] = None, qos: Optional[Qos] = None, serial: Optional[StrictStr] = None, space: Optional[VolumeSpaceCommon] = None, time_remaining: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
connection_count: Optional[StrictInt]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumeCommon

Create an instance of VolumeCommon from a dict

classmethod from_json(json_str: str) VolumeCommon

Create an instance of VolumeCommon from a JSON string

host_encryption_key_status: Optional[StrictStr]
id: Optional[StrictStr]
name: Optional[StrictStr]
priority_adjustment: Optional[PriorityAdjustment]
provisioned: Optional[StrictInt]
qos: Optional[Qos]
serial: Optional[StrictStr]
space: Optional[VolumeSpaceCommon]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_diff module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_diff.VolumeDiff(*, length: Optional[StrictInt] = None, offset: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VolumeDiff

Create an instance of VolumeDiff from a dict

classmethod from_json(json_str: str) VolumeDiff

Create an instance of VolumeDiff from a JSON string

length: Optional[StrictInt]
offset: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_get_response.VolumeGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[Volume]] = None, total: Optional[ConstrainedListValue[Volume]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VolumeGetResponse

Create an instance of VolumeGetResponse from a dict

classmethod from_json(json_str: str) VolumeGetResponse

Create an instance of VolumeGetResponse from a JSON string

items: Optional[ConstrainedListValue[Volume]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[Volume]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.volume_group module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_group.VolumeGroup(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, pod: Optional[Reference] = None, priority_adjustment: Optional[PriorityAdjustment] = None, qos: Optional[Qos] = None, space: Optional[Space] = None, time_remaining: Optional[StrictInt] = None, volume_count: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumeGroup

Create an instance of VolumeGroup from a dict

classmethod from_json(json_str: str) VolumeGroup

Create an instance of VolumeGroup from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[Reference]
priority_adjustment: Optional[PriorityAdjustment]
qos: Optional[Qos]
space: Optional[Space]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

volume_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.volume_group_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_group_get_response.VolumeGroupGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VolumeGroup]] = None, total: Optional[ConstrainedListValue[VolumeGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VolumeGroupGetResponse

Create an instance of VolumeGroupGetResponse from a dict

classmethod from_json(json_str: str) VolumeGroupGetResponse

Create an instance of VolumeGroupGetResponse from a JSON string

items: Optional[ConstrainedListValue[VolumeGroup]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[VolumeGroup]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.volume_group_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_group_patch.VolumeGroupPatch(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, priority_adjustment: Optional[PriorityAdjustment] = None, qos: Optional[Qos] = None, space: Optional[Space] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumeGroupPatch

Create an instance of VolumeGroupPatch from a dict

classmethod from_json(json_str: str) VolumeGroupPatch

Create an instance of VolumeGroupPatch from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
priority_adjustment: Optional[PriorityAdjustment]
qos: Optional[Qos]
space: Optional[Space]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_group_performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_group_performance.VolumeGroupPerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) VolumeGroupPerformance

Create an instance of VolumeGroupPerformance from a dict

classmethod from_json(json_str: str) VolumeGroupPerformance

Create an instance of VolumeGroupPerformance from a JSON string

id: Optional[StrictStr]
mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.volume_group_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_group_post.VolumeGroupPost(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, destroyed: Optional[StrictBool] = None, priority_adjustment: Optional[PriorityAdjustment] = None, qos: Optional[Qos] = None, space: Optional[Space] = None, time_remaining: Optional[StrictInt] = None, volume_count: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumeGroupPost

Create an instance of VolumeGroupPost from a dict

classmethod from_json(json_str: str) VolumeGroupPost

Create an instance of VolumeGroupPost from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
priority_adjustment: Optional[PriorityAdjustment]
qos: Optional[Qos]
space: Optional[Space]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

volume_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.volume_group_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_group_response.VolumeGroupResponse(*, items: Optional[ConstrainedListValue[VolumeGroup]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VolumeGroupResponse

Create an instance of VolumeGroupResponse from a dict

classmethod from_json(json_str: str) VolumeGroupResponse

Create an instance of VolumeGroupResponse from a JSON string

items: Optional[ConstrainedListValue[VolumeGroup]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_patch.VolumePatch(*, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None, pod: Optional[Reference] = None, priority_adjustment: Optional[PriorityAdjustment] = None, protocol_endpoint: Optional[ProtocolEndpoint] = None, provisioned: Optional[ConstrainedIntValue] = None, qos: Optional[Qos] = None, requested_promotion_state: Optional[StrictStr] = None, volume_group: Optional[Reference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumePatch

Create an instance of VolumePatch from a dict

classmethod from_json(json_str: str) VolumePatch

Create an instance of VolumePatch from a JSON string

name: Optional[StrictStr]
pod: Optional[Reference]
priority_adjustment: Optional[PriorityAdjustment]
protocol_endpoint: Optional[ProtocolEndpoint]
provisioned: Optional[ConstrainedIntValue]
qos: Optional[Qos]
requested_promotion_state: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

volume_group: Optional[Reference]

pypureclient.flasharray.FA_2_34.models.volume_performance module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_performance.VolumePerformance(*, bytes_per_mirrored_write: Optional[ConstrainedIntValue] = None, bytes_per_op: Optional[ConstrainedIntValue] = None, bytes_per_read: Optional[ConstrainedIntValue] = None, bytes_per_write: Optional[ConstrainedIntValue] = None, mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue] = None, mirrored_writes_per_sec: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue] = None, qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, queue_usec_per_read_op: Optional[ConstrainedIntValue] = None, queue_usec_per_write_op: Optional[ConstrainedIntValue] = None, read_bytes_per_sec: Optional[ConstrainedIntValue] = None, reads_per_sec: Optional[ConstrainedIntValue] = None, san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, san_usec_per_read_op: Optional[ConstrainedIntValue] = None, san_usec_per_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op: Optional[ConstrainedIntValue] = None, service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, service_usec_per_write_op: Optional[ConstrainedIntValue] = None, time: Optional[StrictInt] = None, usec_per_mirrored_write_op: Optional[ConstrainedIntValue] = None, usec_per_read_op: Optional[ConstrainedIntValue] = None, usec_per_write_op: Optional[ConstrainedIntValue] = None, write_bytes_per_sec: Optional[ConstrainedIntValue] = None, writes_per_sec: Optional[ConstrainedIntValue] = None, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
bytes_per_mirrored_write: Optional[ConstrainedIntValue]
bytes_per_op: Optional[ConstrainedIntValue]
bytes_per_read: Optional[ConstrainedIntValue]
bytes_per_write: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) VolumePerformance

Create an instance of VolumePerformance from a dict

classmethod from_json(json_str: str) VolumePerformance

Create an instance of VolumePerformance from a JSON string

id: Optional[StrictStr]
mirrored_write_bytes_per_sec: Optional[ConstrainedIntValue]
mirrored_writes_per_sec: Optional[ConstrainedIntValue]
name: Optional[StrictStr]
qos_rate_limit_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_read_op: Optional[ConstrainedIntValue]
qos_rate_limit_usec_per_write_op: Optional[ConstrainedIntValue]
queue_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
queue_usec_per_read_op: Optional[ConstrainedIntValue]
queue_usec_per_write_op: Optional[ConstrainedIntValue]
read_bytes_per_sec: Optional[ConstrainedIntValue]
reads_per_sec: Optional[ConstrainedIntValue]
san_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
san_usec_per_read_op: Optional[ConstrainedIntValue]
san_usec_per_write_op: Optional[ConstrainedIntValue]
service_usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
service_usec_per_read_op: Optional[ConstrainedIntValue]
service_usec_per_read_op_cache_reduction: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
service_usec_per_write_op: Optional[ConstrainedIntValue]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

usec_per_mirrored_write_op: Optional[ConstrainedIntValue]
usec_per_read_op: Optional[ConstrainedIntValue]
usec_per_write_op: Optional[ConstrainedIntValue]
write_bytes_per_sec: Optional[ConstrainedIntValue]
writes_per_sec: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.volume_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_post.VolumePost(*, destroyed: Optional[StrictBool] = None, priority_adjustment: Optional[PriorityAdjustment] = None, protocol_endpoint: Optional[ProtocolEndpoint] = None, provisioned: Optional[ConstrainedIntValue] = None, qos: Optional[Qos] = None, source: Optional[Reference] = None, subtype: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumePost

Create an instance of VolumePost from a dict

classmethod from_json(json_str: str) VolumePost

Create an instance of VolumePost from a JSON string

priority_adjustment: Optional[PriorityAdjustment]
protocol_endpoint: Optional[ProtocolEndpoint]
provisioned: Optional[ConstrainedIntValue]
qos: Optional[Qos]
source: Optional[Reference]
subtype: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_response.VolumeResponse(*, items: Optional[ConstrainedListValue[Volume]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VolumeResponse

Create an instance of VolumeResponse from a dict

classmethod from_json(json_str: str) VolumeResponse

Create an instance of VolumeResponse from a JSON string

items: Optional[ConstrainedListValue[Volume]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_snapshot module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_snapshot.VolumeSnapshot(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, created: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, pod: Optional[FixedReference] = None, provisioned: Optional[StrictInt] = None, source: Optional[FixedReference] = None, suffix: Optional[StrictStr] = None, time_remaining: Optional[StrictInt] = None, serial: Optional[StrictStr] = None, space: Optional[SnapshotSpace] = None, volume_group: Optional[FixedReference] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
created: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumeSnapshot

Create an instance of VolumeSnapshot from a dict

classmethod from_json(json_str: str) VolumeSnapshot

Create an instance of VolumeSnapshot from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
pod: Optional[FixedReference]
provisioned: Optional[StrictInt]
serial: Optional[StrictStr]
source: Optional[FixedReference]
space: Optional[SnapshotSpace]
suffix: Optional[StrictStr]
time_remaining: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

volume_group: Optional[FixedReference]

pypureclient.flasharray.FA_2_34.models.volume_snapshot_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_snapshot_get_response.VolumeSnapshotGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VolumeSnapshot]] = None, total: Optional[ConstrainedListValue[VolumeSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VolumeSnapshotGetResponse

Create an instance of VolumeSnapshotGetResponse from a dict

classmethod from_json(json_str: str) VolumeSnapshotGetResponse

Create an instance of VolumeSnapshotGetResponse from a JSON string

items: Optional[ConstrainedListValue[VolumeSnapshot]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[VolumeSnapshot]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.volume_snapshot_patch module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_snapshot_patch.VolumeSnapshotPatch(*, destroyed: Optional[StrictBool] = None, name: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumeSnapshotPatch

Create an instance of VolumeSnapshotPatch from a dict

classmethod from_json(json_str: str) VolumeSnapshotPatch

Create an instance of VolumeSnapshotPatch from a JSON string

name: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_snapshot_post module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_snapshot_post.VolumeSnapshotPost(*, destroyed: Optional[StrictBool] = None, suffix: Optional[StrictStr] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumeSnapshotPost

Create an instance of VolumeSnapshotPost from a dict

classmethod from_json(json_str: str) VolumeSnapshotPost

Create an instance of VolumeSnapshotPost from a JSON string

suffix: Optional[StrictStr]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_snapshot_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_snapshot_response.VolumeSnapshotResponse(*, items: Optional[ConstrainedListValue[VolumeSnapshot]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VolumeSnapshotResponse

Create an instance of VolumeSnapshotResponse from a dict

classmethod from_json(json_str: str) VolumeSnapshotResponse

Create an instance of VolumeSnapshotResponse from a JSON string

items: Optional[ConstrainedListValue[VolumeSnapshot]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_snapshot_transfer module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_snapshot_transfer.VolumeSnapshotTransfer(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, completed: Optional[StrictInt] = None, data_transferred: Optional[StrictInt] = None, destroyed: Optional[StrictBool] = None, physical_bytes_written: Optional[StrictInt] = None, progress: Optional[Union[StrictFloat, StrictInt]] = None, started: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
completed: Optional[StrictInt]
data_transferred: Optional[StrictInt]
destroyed: Optional[StrictBool]
classmethod from_dict(obj: dict) VolumeSnapshotTransfer

Create an instance of VolumeSnapshotTransfer from a dict

classmethod from_json(json_str: str) VolumeSnapshotTransfer

Create an instance of VolumeSnapshotTransfer from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
physical_bytes_written: Optional[StrictInt]
progress: Optional[Union[StrictFloat, StrictInt]]
started: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_snapshot_transfer_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_snapshot_transfer_get_response.VolumeSnapshotTransferGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VolumeSnapshotTransfer]] = None, total: Optional[ConstrainedListValue[VolumeSnapshotTransfer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VolumeSnapshotTransferGetResponse

Create an instance of VolumeSnapshotTransferGetResponse from a dict

classmethod from_json(json_str: str) VolumeSnapshotTransferGetResponse

Create an instance of VolumeSnapshotTransferGetResponse from a JSON string

items: Optional[ConstrainedListValue[VolumeSnapshotTransfer]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[VolumeSnapshotTransfer]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.volume_snapshot_transfer_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_snapshot_transfer_response.VolumeSnapshotTransferResponse(*, items: Optional[ConstrainedListValue[VolumeSnapshotTransfer]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VolumeSnapshotTransferResponse

Create an instance of VolumeSnapshotTransferResponse from a dict

classmethod from_json(json_str: str) VolumeSnapshotTransferResponse

Create an instance of VolumeSnapshotTransferResponse from a JSON string

items: Optional[ConstrainedListValue[VolumeSnapshotTransfer]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_space module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_space.VolumeSpace(*, id: Optional[StrictStr] = None, name: Optional[StrictStr] = None, space: Optional[VolumeSpaceCommon] = None, time: Optional[StrictInt] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VolumeSpace

Create an instance of VolumeSpace from a dict

classmethod from_json(json_str: str) VolumeSpace

Create an instance of VolumeSpace from a JSON string

id: Optional[StrictStr]
name: Optional[StrictStr]
space: Optional[VolumeSpaceCommon]
time: Optional[StrictInt]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volume_space_common module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_space_common.VolumeSpaceCommon(*, data_reduction: Optional[Union[StrictFloat, StrictInt]] = None, footprint: Optional[ConstrainedIntValue] = None, shared: Optional[ConstrainedIntValue] = None, snapshots: Optional[ConstrainedIntValue] = None, system: Optional[ConstrainedIntValue] = None, thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]] = None, total_physical: Optional[ConstrainedIntValue] = None, total_provisioned: Optional[ConstrainedIntValue] = None, total_reduction: Optional[Union[StrictFloat, StrictInt]] = None, total_used: Optional[ConstrainedIntValue] = None, unique: Optional[ConstrainedIntValue] = None, used_provisioned: Optional[ConstrainedIntValue] = None, virtual: Optional[ConstrainedIntValue] = None, snapshots_effective: Optional[ConstrainedIntValue] = None, total_effective: Optional[ConstrainedIntValue] = None, unique_effective: Optional[ConstrainedIntValue] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
data_reduction: Optional[Union[StrictFloat, StrictInt]]
footprint: Optional[ConstrainedIntValue]
classmethod from_dict(obj: dict) VolumeSpaceCommon

Create an instance of VolumeSpaceCommon from a dict

classmethod from_json(json_str: str) VolumeSpaceCommon

Create an instance of VolumeSpaceCommon from a JSON string

shared: Optional[ConstrainedIntValue]
snapshots: Optional[ConstrainedIntValue]
snapshots_effective: Optional[ConstrainedIntValue]
system: Optional[ConstrainedIntValue]
thin_provisioning: Optional[Union[ConstrainedFloatValue, ConstrainedIntValue]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_effective: Optional[ConstrainedIntValue]
total_physical: Optional[ConstrainedIntValue]
total_provisioned: Optional[ConstrainedIntValue]
total_reduction: Optional[Union[StrictFloat, StrictInt]]
total_used: Optional[ConstrainedIntValue]
unique: Optional[ConstrainedIntValue]
unique_effective: Optional[ConstrainedIntValue]
used_provisioned: Optional[ConstrainedIntValue]
virtual: Optional[ConstrainedIntValue]

pypureclient.flasharray.FA_2_34.models.volume_space_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volume_space_get_response.VolumeSpaceGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VolumeSpace]] = None, total: Optional[ConstrainedListValue[VolumeSpace]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VolumeSpaceGetResponse

Create an instance of VolumeSpaceGetResponse from a dict

classmethod from_json(json_str: str) VolumeSpaceGetResponse

Create an instance of VolumeSpaceGetResponse from a JSON string

items: Optional[ConstrainedListValue[VolumeSpace]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total: Optional[ConstrainedListValue[VolumeSpace]]
total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.volumes_batch_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volumes_batch_response.VolumesBatchResponse(*, items: Optional[ConstrainedListValue[Volume]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VolumesBatchResponse

Create an instance of VolumesBatchResponse from a dict

classmethod from_json(json_str: str) VolumesBatchResponse

Create an instance of VolumesBatchResponse from a JSON string

items: Optional[ConstrainedListValue[Volume]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

pypureclient.flasharray.FA_2_34.models.volumes_diff_get_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volumes_diff_get_response.VolumesDiffGetResponse(*, continuation_token: Optional[StrictStr] = None, more_items_remaining: Optional[StrictBool] = None, total_item_count: Optional[StrictInt] = None, items: Optional[ConstrainedListValue[VolumeDiff]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
continuation_token: Optional[StrictStr]
classmethod from_dict(obj: dict) VolumesDiffGetResponse

Create an instance of VolumesDiffGetResponse from a dict

classmethod from_json(json_str: str) VolumesDiffGetResponse

Create an instance of VolumesDiffGetResponse from a JSON string

items: Optional[ConstrainedListValue[VolumeDiff]]
more_items_remaining: Optional[StrictBool]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

total_item_count: Optional[StrictInt]

pypureclient.flasharray.FA_2_34.models.volumes_diff_response module

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

class pypureclient.flasharray.FA_2_34.models.volumes_diff_response.VolumesDiffResponse(*, items: Optional[ConstrainedListValue[VolumeDiff]] = None)

Bases: BaseModel

class Config

Bases: object

Pydantic configuration

allow_population_by_field_name = True
validate_assignment = True
as_request_dict() Dict[str, Any]
classmethod from_dict(obj: dict) VolumesDiffResponse

Create an instance of VolumesDiffResponse from a dict

classmethod from_json(json_str: str) VolumesDiffResponse

Create an instance of VolumesDiffResponse from a JSON string

items: Optional[ConstrainedListValue[VolumeDiff]]
to_dict(include_readonly: bool = True) Dict[str, Any]

Returns the dictionary representation of the model using alias

to_json() str

Returns the JSON representation of the model using alias

to_str() str

Returns the string representation of the model using alias

Module contents

FlashArray REST API

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 2.34 Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.